ROL
|
#include "ROL_ProfiledVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Zakharov.hpp"
#include "ROL_Algorithm.hpp"
#include "ROL_TrustRegionStep.hpp"
#include "ROL_StatusTest.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
Go to the source code of this file.
Typedefs | |
typedef int | OrdinalT |
typedef double | RealT |
Functions | |
int | main (int argc, char *argv[]) |
typedef int OrdinalT |
Definition at line 24 of file vector/test_06.cpp.
typedef double RealT |
Definition at line 25 of file vector/test_06.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file vector/test_06.cpp.
References dim, ROL::printVectorFunctionCalls(), and ROL::Algorithm< Real >::run().