ROL
|
#include <ROL_ParaboloidCircle.hpp>
Public Member Functions | |
getParaboloidCircle (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 283 of file ROL_ParaboloidCircle.hpp.
|
private |
Definition at line 284 of file ROL_ParaboloidCircle.hpp.
|
private |
Definition at line 285 of file ROL_ParaboloidCircle.hpp.
|
inline |
Definition at line 287 of file ROL_ParaboloidCircle.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 289 of file ROL_ParaboloidCircle.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 294 of file ROL_ParaboloidCircle.hpp.
|
inlinevirtual |
Implements ROL::TestProblem< Real >.
Definition at line 303 of file ROL_ParaboloidCircle.hpp.
References zero.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 313 of file ROL_ParaboloidCircle.hpp.
|
inlinevirtual |
Reimplemented from ROL::TestProblem< Real >.
Definition at line 318 of file ROL_ParaboloidCircle.hpp.