#include <AsReducedHessianCalculator.hpp>
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 () |
Private Attributes | |
| SmartPtr< SchurData > | hess_data_ |
| SmartPtr< PCalculator > | pcalc_ |
Definition at line 17 of file AsReducedHessianCalculator.hpp.
| 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] |
| 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] |
Definition at line 35 of file AsReducedHessianCalculator.hpp.
Definition at line 36 of file AsReducedHessianCalculator.hpp.
1.7.1