|
ROL
|
#include "ROL_RandomVector.hpp"#include "ROL_StdVector.hpp"#include "ROL_Bounds.hpp"#include "ROL_ObjectiveFromBoundConstraint.hpp"#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "ROL_ParameterList.hpp"Go to the source code of this file.
Typedefs | |
| typedef double | RealT |
Functions | |
| int | main (int argc, char *argv[]) |
| typedef double RealT |
Definition at line 58 of file function/test_02.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 60 of file function/test_02.cpp.
References ROL::Objective< Real >::checkGradient(), ROL::Objective< Real >::checkHessVec(), dim, ROL::ObjectiveFromBoundConstraint< Real >::getBarrierVector(), ROL::ObjectiveFromBoundConstraint< Real >::gradient(), ROL::ObjectiveFromBoundConstraint< Real >::hessVec(), ROL::RandomizeVector(), and ROL::ObjectiveFromBoundConstraint< Real >::value().
1.8.5