|
ROL
|
#include "ROL_SimpleEqConstrained.hpp"#include "ROL_OptimizationProblem.hpp"#include "ROL_OptimizationSolver.hpp"#include "ROL_Fletcher.hpp"#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include <iostream>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_01.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file step/fletcher/test_01.cpp.
References ROL::TestProblem< Real >::get(), and ROL::OptimizationSolver< Real >::solve().
1.8.5