ROL
|
#include "ROL_GetTestProblems.hpp"
#include "ROL_Algorithm.hpp"
#include "ROL_Stream.hpp"
#include "ROL_InteriorPointStep.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 14 of file step/test_10.cpp.
typedef double RealT |
Definition at line 25 of file step/test_10.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 27 of file step/test_10.cpp.
References ROL::Algorithm< Real >::run(), and ROL::TESTOPTPROBLEM_HS38.