|
ROL
|
#include "ROL_HS29.hpp"#include "ROL_Algorithm.hpp"#include "ROL_BoundFletcher.hpp"#include "ROL_Bounds.hpp"#include "ROL_Constraint.hpp"#include "ROL_OptimizationSolver.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 step/fletcher/test_02.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file step/fletcher/test_02.cpp.
References ROL::OptimizationProblem< Real >::getBoundConstraint(), ROL::OptimizationProblem< Real >::getConstraint(), ROL::OptimizationProblem< Real >::getMultiplierVector(), ROL::OptimizationProblem< Real >::getObjective(), ROL::OptimizationProblem< Real >::getSolutionVector(), and ROL::OptimizationSolver< Real >::solve().
1.8.5