|
ROL
|
#include "ROL_TestObjectives.hpp"#include "ROL_Algorithm.hpp"#include "Teuchos_oblackholestream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_XMLParameterListHelpers.hpp"#include <iostream>Go to the source code of this file.
Macros | |
| #define | USE_HESSVEC 1 |
Typedefs | |
| typedef double | RealT |
Functions | |
| int | main (int argc, char *argv[]) |
| #define USE_HESSVEC 1 |
Definition at line 48 of file step/test_03.cpp.
| typedef double RealT |
Definition at line 58 of file step/test_03.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 60 of file step/test_03.cpp.
References ROL::DESCENT_NEWTONKRYLOV, ROL::EDescentToString(), ROL::ETestOptProblemToString(), ROL::Algorithm< Real >::run(), ROL::TESTOPTPROBLEM_HS1, and ROL::TESTOPTPROBLEM_LAST.
1.8.13