#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.
|
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[]) |
|
#define OPTIMIZATION_PROBLEM_REFACTOR |
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[] |
|
) |
| |