ROL
Classes | Typedefs | Functions
step/interiorpoint/test_01.cpp File Reference
#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 Documentation

typedef double RealT

Definition at line 90 of file step/interiorpoint/test_01.cpp.

Function Documentation

template<class Real >
void printVector ( const ROL::Vector< Real > &  x,
std::ostream &  outStream 
)

Definition at line 78 of file step/interiorpoint/test_01.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 92 of file step/interiorpoint/test_01.cpp.

References dim, printVector(), and ROL::RandomizeVector().