#include "ROL_SimpleEqConstrained.hpp"
#include "ROL_Algorithm.hpp"
#include "ROL_ConstraintStatusTest.hpp"
#include "ROL_CompositeStep.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 402 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ROL::Vector< Real >::axpy(), dim, ROL::ZOO::getSimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >::getEqualityConstraint(), ROL::ZOO::getSimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >::getInitialGuess(), ROL::ZOO::getSimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >::getObjective(), ROL::ZOO::getSimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >::getSolution(), OptStdVector< Real, Element >::norm(), ROL::Vector< Real >::set(), and ROL::Vector< Real >::zero().