ROL
Typedefs | Functions
function/test_13.cpp File Reference
#include "ROL_OptimizationSolver.hpp"
#include "ROL_BinaryConstraint.hpp"
#include "ROL_DiagonalOperator.hpp"
#include "ROL_QuadraticObjective.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Bounds.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

template<class Real >
ROL::Ptr< ROL::Objective< Real > > createDiagonalQuadraticObjective (const ROL::Vector< Real > &a, const ROL::Vector< Real > &b)
 
int main (int argc, char *argv[])
 

Typedef Documentation

typedef double RealT

Definition at line 83 of file function/test_13.cpp.

Function Documentation

template<class Real >
ROL::Ptr<ROL::Objective<Real> > createDiagonalQuadraticObjective ( const ROL::Vector< Real > &  a,
const ROL::Vector< Real > &  b 
)

Definition at line 73 of file function/test_13.cpp.

References ROL::Vector< Real >::clone().

Referenced by main().

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