|
ROL
|
#include "Teuchos_GlobalMPISession.hpp"#include "ROL_InteriorPointPenalty.hpp"#include "ROL_RandomVector.hpp"#include "ROL_StdVector.hpp"#include "ROL_Bounds.hpp"#include "ROL_ParameterList.hpp"#include <iomanip>Go to the source code of this file.
Classes | |
| class | NullObjective< Real > |
Typedefs | |
| typedef double | RealT |
Functions | |
| template<class Real > | |
| void | printVector (const ROL::Vector< Real > &x, std::ostream &outStream) |
| int | main (int argc, char *argv[]) |
| typedef double RealT |
Definition at line 56 of file step/interiorpoint/test_01.cpp.
| void printVector | ( | const ROL::Vector< Real > & | x, |
| std::ostream & | outStream | ||
| ) |
Definition at line 44 of file step/interiorpoint/test_01.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 58 of file step/interiorpoint/test_01.cpp.
References dim, printVector(), and ROL::RandomizeVector().
1.8.5