ROL
|
#include "Teuchos_GlobalMPISession.hpp"
#include "ROL_Step.hpp"
#include "ROL_GetTestProblems.hpp"
#include <iostream>
Go to the source code of this file.
Macros | |
#define | USE_HESSVEC 0 |
Typedefs | |
typedef double | RealT |
Functions | |
int | main (int argc, char *argv[]) |
#define USE_HESSVEC 0 |
Definition at line 14 of file step/test_12.cpp.
typedef double RealT |
Definition at line 23 of file step/test_12.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 25 of file step/test_12.cpp.
References ROL::Step< Real >::compute(), ROL::Step< Real >::print(), ROL::Step< Real >::printHeader(), ROL::Step< Real >::printName(), ROL::TESTOPTPROBLEM_HS1, and ROL::Step< Real >::update().