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

#include <ROL_HS9.hpp>

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

Public Member Functions

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

Detailed Description

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

Definition at line 125 of file ROL_HS9.hpp.

Constructor & Destructor Documentation

template<class Real>
ROL::ZOO::getHS9< Real >::getHS9 ( void  )
inline

Definition at line 127 of file ROL_HS9.hpp.

Member Function Documentation

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

Implements ROL::TestProblem< Real >.

Definition at line 129 of file ROL_HS9.hpp.

Referenced by main().

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

Implements ROL::TestProblem< Real >.

Definition at line 134 of file ROL_HS9.hpp.

Referenced by main().

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

Implements ROL::TestProblem< Real >.

Definition at line 140 of file ROL_HS9.hpp.

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 150 of file ROL_HS9.hpp.

Referenced by main().

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 154 of file ROL_HS9.hpp.

Referenced by main().


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