|
ROL
|
#include <ROL_SimpleEqConstrained.hpp>
Inheritance diagram for ROL::ZOO::getSimpleEqConstrained< Real, XPrim, XDual, CPrim, CDual >:Public Member Functions | |
| getSimpleEqConstrained (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 |
Private Types | |
| typedef std::vector< Real > | vector |
| typedef vector::size_type | uint |
Definition at line 409 of file ROL_SimpleEqConstrained.hpp.
|
private |
Definition at line 410 of file ROL_SimpleEqConstrained.hpp.
|
private |
Definition at line 411 of file ROL_SimpleEqConstrained.hpp.
|
inline |
Definition at line 413 of file ROL_SimpleEqConstrained.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 415 of file ROL_SimpleEqConstrained.hpp.
Referenced by main().
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 420 of file ROL_SimpleEqConstrained.hpp.
Referenced by main().
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 432 of file ROL_SimpleEqConstrained.hpp.
Referenced by main().
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 444 of file ROL_SimpleEqConstrained.hpp.
Referenced by main().
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 449 of file ROL_SimpleEqConstrained.hpp.
1.8.5