|
ROL
|
#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_ |
Definition at line 121 of file ROL_Cubic.hpp.
|
inline |
Definition at line 126 of file ROL_Cubic.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 128 of file ROL_Cubic.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 132 of file ROL_Cubic.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 139 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 158 of file ROL_Cubic.hpp.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 165 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 172 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 179 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 186 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 193 of file ROL_Cubic.hpp.
References ROL::ZOO::getCubic< Real >::type_.
|
private |
Definition at line 123 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().
1.8.5