ROL
|
#include "ROL_GetTestProblems.hpp"
#include "ROL_OptimizationSolver.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.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 47 of file step/fletcher/test_03.cpp.
typedef double RealT |
Definition at line 57 of file step/fletcher/test_03.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 59 of file step/fletcher/test_03.cpp.
References ROL::ETestOptProblemToString(), ROL::OptimizationSolver< Real >::getAlgorithmState(), ROL::OptimizationSolver< Real >::solve(), ROL::TESTOPTPROBLEM_CANTILEVERBEAM, ROL::TESTOPTPROBLEM_LAST, ROL::TESTOPTPROBLEM_QUARTIC, ROL::TESTOPTPROBLEM_ROSENBROCK, ROL::TYPE_E, and ROL::TYPE_EB.