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

#include <ROL_Cantilever.hpp>

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

Public Member Functions

 getCantilever ()
 
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 > > 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
 
virtual Ptr< Constraint< Real > > getEqualityConstraint (void) const
 
virtual Ptr< Vector< Real > > getEqualityMultiplier (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::getCantilever< Real >

Definition at line 210 of file ROL_Cantilever.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::ZOO::getCantilever< Real >::getCantilever ( )
inline

Definition at line 212 of file ROL_Cantilever.hpp.

Member Function Documentation

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

Implements ROL::TestProblem< Real >.

Definition at line 214 of file ROL_Cantilever.hpp.

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

Implements ROL::TestProblem< Real >.

Definition at line 218 of file ROL_Cantilever.hpp.

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

Implements ROL::TestProblem< Real >.

Definition at line 227 of file ROL_Cantilever.hpp.

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 236 of file ROL_Cantilever.hpp.

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 246 of file ROL_Cantilever.hpp.

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 250 of file ROL_Cantilever.hpp.

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 256 of file ROL_Cantilever.hpp.


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