#include <SensReducedHessianCalculator.hpp>
List of all members.
Public Member Functions |
| ReducedHessianCalculator (SmartPtr< SchurData > hess_data, SmartPtr< PCalculator > pcalc) |
| This is the interface for the actual controller.
|
virtual | ~ReducedHessianCalculator () |
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
| Implementation of the initialization method that has to be overloaded by for each derived class.
|
virtual bool | ComputeReducedHessian () |
bool | Initialize (const Journalist &jnlst, IpoptNLP &ip_nlp, IpoptData &ip_data, IpoptCalculatedQuantities &ip_cq, const OptionsList &options, const std::string &prefix) |
| This method is called every time the algorithm starts again - it is used to reset any internal state.
|
bool | ReducedInitialize (const Journalist &jnlst, const OptionsList &options, const std::string &prefix) |
| Reduced version of the Initialize method, which does not require special Ipopt information.
|
| AlgorithmStrategyObject () |
| Default Constructor.
|
virtual | ~AlgorithmStrategyObject () |
| Default Destructor.
|
| ReferencedObject () |
virtual | ~ReferencedObject () |
Index | ReferenceCount () const |
void | AddRef (const Referencer *referencer) const |
void | ReleaseRef (const Referencer *referencer) const |
Detailed Description
Constructor & Destructor Documentation
This is the interface for the actual controller.
It handles Data input to the controller (measurement) and returns controls
virtual Ipopt::ReducedHessianCalculator::~ReducedHessianCalculator |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual bool Ipopt::ReducedHessianCalculator::InitializeImpl |
( |
const OptionsList & |
options, |
|
|
const std::string & |
prefix |
|
) |
| |
|
virtual |
virtual bool Ipopt::ReducedHessianCalculator::ComputeReducedHessian |
( |
| ) |
|
|
virtual |
Member Data Documentation
bool Ipopt::ReducedHessianCalculator::compute_eigenvalues_ |
|
private |
The documentation for this class was generated from the following file: