|
ROL
|
#include "ROL_Rosenbrock.hpp"#include "ROL_Algorithm.hpp"#include "ROL_LineSearchStep.hpp"#include "ROL_StatusTest.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 49 of file rosenbrock/example_01.cpp.
| typedef double RealT |
Definition at line 60 of file rosenbrock/example_01.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file rosenbrock/example_01.cpp.
References ROL::StdVector< Real, Element >::axpy(), ROL::StdVector< Real, Element >::norm(), and ROL::Algorithm< Real >::run().
1.8.5