ROL
|
#include "ROL_SimpleEqConstrained.hpp"
#include "ROL_Algorithm.hpp"
#include "ROL_ConstraintStatusTest.hpp"
#include "ROL_CompositeStep.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>
Go to the source code of this file.
Classes | |
class | OptStdVector< Real, Element > |
class | OptDualStdVector< Real, Element > |
class | ConStdVector< Real, Element > |
class | ConDualStdVector< Real, Element > |
class | OptStdVector< Real, Element > |
class | OptDualStdVector< Real, Element > |
class | ConStdVector< Real, Element > |
class | ConDualStdVector< Real, Element > |
Typedefs | |
typedef double | RealT |
Functions | |
int | main (int argc, char *argv[]) |
typedef double RealT |
Definition at line 58 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 402 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References OptStdVector< Real, Element >::norm(), ROL::ROL_EPSILON, ROL::Algorithm< Real >::run(), and ROL::Vector< Real >::zero().