ROL
Macros | Typedefs | Functions
step/interiorpoint/test_02.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 "HS_Problem_041.hpp"
#include <iomanip>

Go to the source code of this file.

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 value (ROL::Vector< Real > &c, const ROL::Vector< Real > &sol, const Real &mu)
 
template<class Real >
void applyJacobian (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &sol)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define OPTIMIZATION_PROBLEM_REFACTOR

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

Typedef Documentation

typedef double RealT

Definition at line 207 of file step/interiorpoint/test_02.cpp.

Function Documentation

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

Definition at line 70 of file step/interiorpoint/test_02.cpp.

References printVector().

template<class Real >
void value ( ROL::Vector< Real > &  c,
const ROL::Vector< Real > &  sol,
const Real &  mu 
)
template<class Real >
void applyJacobian ( ROL::Vector< Real > &  jv,
const ROL::Vector< Real > &  v,
const ROL::Vector< Real > &  sol 
)
int main ( int  argc,
char *  argv[] 
)