ROL
|
#include <ROL_Cubic.hpp>
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_ |
Definition at line 87 of file ROL_Cubic.hpp.
|
inline |
Definition at line 92 of file ROL_Cubic.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 94 of file ROL_Cubic.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 98 of file ROL_Cubic.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 105 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 124 of file ROL_Cubic.hpp.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 131 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 138 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 145 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 152 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 159 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
private |
Definition at line 89 of file ROL_Cubic.hpp.
Referenced by ROL::ZOO::getCubic< Real >::getEqualityConstraint(), ROL::ZOO::getCubic< Real >::getEqualityMultiplier(), ROL::ZOO::getCubic< Real >::getInequalityConstraint(), ROL::ZOO::getCubic< Real >::getInequalityMultiplier(), ROL::ZOO::getCubic< Real >::getSlackBoundConstraint(), and ROL::ZOO::getCubic< Real >::getSolution().