ROL
Classes | Macros | Typedefs | Functions
step/interiorpoint/test_03.cpp File Reference
#include "Teuchos_GlobalMPISession.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_NonlinearProgram.hpp"
#include "ROL_OptimizationProblem.hpp"
#include "ROL_InteriorPointPenalty.hpp"
#include "ROL_PrimalDualInteriorPointResidual.hpp"
#include "ROL_LinearOperatorFromConstraint.hpp"
#include "ROL_KrylovFactory.hpp"
#include "HS_ProblemFactory.hpp"
#include <iomanip>

Go to the source code of this file.

Classes

class  IdentityOperator< Real >
 

Macros

#define OPTIMIZATION_PROBLEM_REFACTOR
 

Typedefs

typedef double RealT
 

Functions

template<class Real >
void printVector (const ROL::Vector< Real > &x, std::ostream &outStream)
 
template<class Real >
void printMatrix (const std::vector< ROL::Ptr< ROL::Vector< Real > > > &A, const std::vector< ROL::Ptr< ROL::Vector< Real > > > &I, std::ostream &outStream)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define OPTIMIZATION_PROBLEM_REFACTOR

Definition at line 44 of file step/interiorpoint/test_03.cpp.

Typedef Documentation

typedef double RealT

Definition at line 124 of file step/interiorpoint/test_03.cpp.

Function Documentation

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

Definition at line 72 of file step/interiorpoint/test_03.cpp.

References printVector().

template<class Real >
void printMatrix ( const std::vector< ROL::Ptr< ROL::Vector< Real > > > &  A,
const std::vector< ROL::Ptr< ROL::Vector< Real > > > &  I,
std::ostream &  outStream 
)

Definition at line 100 of file step/interiorpoint/test_03.cpp.

References dim.

Referenced by main().

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