ROL
Public Member Functions | Private Attributes | List of all members
ROL::ZOO::getCubic< Real > Class Template Reference

#include <ROL_Cubic.hpp>

+ Inheritance diagram for ROL::ZOO::getCubic< Real >:

Public Member Functions

 getCubic (int type=0)
 
Ptr< Objective< Real > > getObjective (void) const
 
Ptr< Vector< Real > > getInitialGuess (void) const
 
Ptr< Vector< Real > > getSolution (const int i=0) const
 
Ptr< BoundConstraint< Real > > getBoundConstraint (void) const
 
Ptr< Constraint< Real > > getEqualityConstraint (void) const
 
Ptr< Vector< Real > > getEqualityMultiplier (void) const
 
Ptr< Constraint< Real > > getInequalityConstraint (void) const
 
Ptr< Vector< Real > > getInequalityMultiplier (void) const
 
Ptr< BoundConstraint< Real > > getSlackBoundConstraint (void) const
 
- Public Member Functions inherited from ROL::TestProblem< Real >
virtual ~TestProblem (void)
 
 TestProblem (void)
 
virtual int getNumSolutions (void) const
 
void get (Ptr< OptimizationProblem< Real >> &problem, Ptr< Vector< Real >> &x0, std::vector< Ptr< Vector< Real >>> &x) const
 

Private Attributes

const int type_
 

Detailed Description

template<class Real>
class ROL::ZOO::getCubic< Real >

Definition at line 121 of file ROL_Cubic.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::ZOO::getCubic< Real >::getCubic ( int  type = 0)
inline

Definition at line 126 of file ROL_Cubic.hpp.

Member Function Documentation

template<class Real >
Ptr<Objective<Real> > ROL::ZOO::getCubic< Real >::getObjective ( void  ) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 128 of file ROL_Cubic.hpp.

template<class Real >
Ptr<Vector<Real> > ROL::ZOO::getCubic< Real >::getInitialGuess ( void  ) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 132 of file ROL_Cubic.hpp.

template<class Real >
Ptr<Vector<Real> > ROL::ZOO::getCubic< Real >::getSolution ( const int  i = 0) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 139 of file ROL_Cubic.hpp.

References ROL::ZOO::getCubic< Real >::type_.

template<class Real >
Ptr<BoundConstraint<Real> > ROL::ZOO::getCubic< Real >::getBoundConstraint ( void  ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 158 of file ROL_Cubic.hpp.

template<class Real >
Ptr<Constraint<Real> > ROL::ZOO::getCubic< Real >::getEqualityConstraint ( void  ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 165 of file ROL_Cubic.hpp.

References ROL::ZOO::getCubic< Real >::type_.

template<class Real >
Ptr<Vector<Real> > ROL::ZOO::getCubic< Real >::getEqualityMultiplier ( void  ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 172 of file ROL_Cubic.hpp.

References ROL::ZOO::getCubic< Real >::type_.

template<class Real >
Ptr<Constraint<Real> > ROL::ZOO::getCubic< Real >::getInequalityConstraint ( void  ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 179 of file ROL_Cubic.hpp.

References ROL::ZOO::getCubic< Real >::type_.

template<class Real >
Ptr<Vector<Real> > ROL::ZOO::getCubic< Real >::getInequalityMultiplier ( void  ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 186 of file ROL_Cubic.hpp.

References ROL::ZOO::getCubic< Real >::type_.

template<class Real >
Ptr<BoundConstraint<Real> > ROL::ZOO::getCubic< Real >::getSlackBoundConstraint ( void  ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 193 of file ROL_Cubic.hpp.

References ROL::ZOO::getCubic< Real >::type_.

Member Data Documentation

template<class Real >
const int ROL::ZOO::getCubic< Real >::type_
private

The documentation for this class was generated from the following file: