|
ROL
|
#include "ROL_LineSearchStep.hpp"#include "ROL_TrustRegionStep.hpp"#include "ROL_RandomVector.hpp"#include "ROL_StatusTest.hpp"#include "ROL_StdVector.hpp"#include "ROL_Zakharov.hpp"#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"Go to the source code of this file.
Typedefs | |
| typedef double | RealT |
Functions | |
| int | main (int argc, char *argv[]) |
| typedef double RealT |
Definition at line 60 of file zakharov/example_02.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file zakharov/example_02.cpp.
References ROL::LineSearchStep< Real >::compute(), ROL::TrustRegionStep< Real >::compute(), ROL::LineSearchStep< Real >::initialize(), ROL::TrustRegionStep< Real >::initialize(), ROL::AlgorithmState< Real >::iter, ROL::AlgorithmState< Real >::iterateVec, ROL::details::makeStreamPtr(), ROL::AlgorithmState< Real >::minIter, ROL::AlgorithmState< Real >::minIterVec, ROL::AlgorithmState< Real >::minValue, ROL::LineSearchStep< Real >::update(), ROL::TrustRegionStep< Real >::update(), and ROL::AlgorithmState< Real >::value.
1.8.5