ROL
|
#include "ROL_Algorithm.hpp"
#include "ROL_TrustRegionStep.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_StatusTest.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Zakharov.hpp"
#include "ROL_ParameterList.hpp"
#include "ROL_ParameterListConverters.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 14 of file zakharov/example_01.cpp.
typedef double RealT |
Definition at line 29 of file zakharov/example_01.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file zakharov/example_01.cpp.
References ROL::Objective< Real >::checkGradient(), ROL::Objective< Real >::checkHessSym(), ROL::Objective< Real >::checkHessVec(), dim, ROL::Objective< Real >::hessVec(), ROL::ZOO::Objective_Zakharov< Real >::invHessVec(), ROL::details::makeStreamPtr(), ROL::RandomizeVector(), and ROL::Algorithm< Real >::run().