#include <SensIndexPCalculator.hpp>
|
| IndexPCalculator (SmartPtr< SensBacksolver > backsolver, SmartPtr< SchurData > A_data) |
| This class is the implementation of the PCalculator that corresponds to IndexSchurData.
|
|
virtual | ~IndexPCalculator () |
|
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
| Overloaded from PCalculator.
|
|
virtual bool | ComputeP () |
| Function to start the computation of P from E_0 and KKT.
|
|
virtual bool | GetSchurMatrix (const SmartPtr< const SchurData > &B, SmartPtr< Matrix > &S) |
| Function to extract a SchurMatrix corresponding to $B K^{-1} A$.
|
|
virtual void | PrintImpl (const Journalist &jnlst, EJournalLevel level, EJournalCategory category, const std::string &name, Index indent, const std::string &prefix) const |
|
| PCalculator (SmartPtr< SensBacksolver > backsolver, SmartPtr< SchurData > A_data) |
|
virtual | ~PCalculator () |
|
void | Print (const Journalist &jnlst, EJournalLevel level, EJournalCategory category, const std::string &name, Index indent=0, const std::string &prefix="") const |
|
void | Print (SmartPtr< const Journalist > jnlst, EJournalLevel level, EJournalCategory category, const std::string &name, Index indent, const std::string &prefix) const |
|
SmartPtr< SensBacksolver > | Solver () const |
| Accessor methods for data and backsolver.
|
|
SmartPtr< const SchurData > | data_A () const |
|
SmartPtr< SchurData > | data_A_nonconst () const |
|
void | reset_data_A () |
|
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 () |
| Destructor.
|
|
| ReferencedObject () |
|
virtual | ~ReferencedObject () |
|
Index | ReferenceCount () const |
|
void | AddRef (const Referencer *referencer) const |
|
void | ReleaseRef (const Referencer *referencer) const |
|
Definition at line 17 of file SensIndexPCalculator.hpp.
◆ IndexPCalculator()
◆ ~IndexPCalculator()
virtual Ipopt::IndexPCalculator::~IndexPCalculator |
( |
| ) |
|
|
virtual |
◆ InitializeImpl()
◆ ComputeP()
◆ GetSchurMatrix()
Function to extract a SchurMatrix corresponding to $B K^{-1} A$.
If B==NULL, use A=B.
Implements Ipopt::PCalculator.
◆ PrintImpl()
◆ nrows_
Index Ipopt::IndexPCalculator::nrows_ |
|
private |
◆ ncols_
Index Ipopt::IndexPCalculator::ncols_ |
|
private |
◆ cols_
The documentation for this class was generated from the following file: