Public Member Functions | Private Attributes | List of all members
Ipopt::ReducedHessianCalculator Class Reference

#include <SensReducedHessianCalculator.hpp>

Inheritance diagram for Ipopt::ReducedHessianCalculator:
Ipopt::AlgorithmStrategyObject Ipopt::ReferencedObject

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 ()
- Public Member Functions inherited from Ipopt::AlgorithmStrategyObject
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.
- Public Member Functions inherited from Ipopt::ReferencedObject
 ReferencedObject ()
virtual ~ReferencedObject ()
Index ReferenceCount () const
void AddRef (const Referencer *referencer) const
void ReleaseRef (const Referencer *referencer) const

Private Attributes

SmartPtr< SchurDatahess_data_
 Pointer to Schurdata object holding the indices for selecting the free variables.
SmartPtr< PCalculatorpcalc_
 Pointer to the P Calculator object that returns the reduced hessian matrix.
bool compute_eigenvalues_
 True, if option rh_eigendecomp was set to yes.

Additional Inherited Members

- Protected Member Functions inherited from Ipopt::AlgorithmStrategyObject
const JournalistJnlst () const
IpoptNLPIpNLP () const
IpoptDataIpData () const
IpoptCalculatedQuantitiesIpCq () const
bool HaveIpData () const

Detailed Description

Definition at line 17 of file SensReducedHessianCalculator.hpp.

Constructor & Destructor Documentation

Ipopt::ReducedHessianCalculator::ReducedHessianCalculator ( SmartPtr< SchurData hess_data,
SmartPtr< PCalculator pcalc 
)

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

Implementation of the initialization method that has to be overloaded by for each derived class.

Implements Ipopt::AlgorithmStrategyObject.

virtual bool Ipopt::ReducedHessianCalculator::ComputeReducedHessian ( )
virtual

Member Data Documentation

SmartPtr<SchurData> Ipopt::ReducedHessianCalculator::hess_data_
private

Pointer to Schurdata object holding the indices for selecting the free variables.

Definition at line 36 of file SensReducedHessianCalculator.hpp.

SmartPtr<PCalculator> Ipopt::ReducedHessianCalculator::pcalc_
private

Pointer to the P Calculator object that returns the reduced hessian matrix.

Definition at line 39 of file SensReducedHessianCalculator.hpp.

bool Ipopt::ReducedHessianCalculator::compute_eigenvalues_
private

True, if option rh_eigendecomp was set to yes.

Definition at line 42 of file SensReducedHessianCalculator.hpp.


The documentation for this class was generated from the following file: