ROL
Typedefs | Functions
test_07.cpp File Reference

Interior Point test using Hock & Schittkowski problem 32. More...

#include "ROL_HS32.hpp"
#include "ROL_LogBarrierObjective.hpp"
#include "ROL_InteriorPoint.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

template<class Real >
void print_vector (const ROL::Vector< Real > &x)
 
template<class Real >
void print_subvector (const ROL::Vector< Real > &x, const int i)
 
int main (int argc, char *argv[])
 

Detailed Description

Interior Point test using Hock & Schittkowski problem 32.

Definition in file test_07.cpp.

Typedef Documentation

typedef double RealT

Definition at line 76 of file test_07.cpp.

Function Documentation

template<class Real >
void print_vector ( const ROL::Vector< Real > &  x)

Definition at line 55 of file test_07.cpp.

References ROL::StdVector< Real, Element >::getVector().

Referenced by print_subvector().

template<class Real >
void print_subvector ( const ROL::Vector< Real > &  x,
const int  i 
)

Definition at line 67 of file test_07.cpp.

References print_vector().

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

Definition at line 78 of file test_07.cpp.

References ROL::CreatePartitionedVector().