#include <SensIndexPCalculator.hpp>
Inheritance diagram for Ipopt::IndexPCalculator:Private Attributes | |
| Index | nrows_ |
| Rows of P = Rows of KKT. | |
| Index | ncols_ |
| Cols of P. | |
| std::map< Index, SmartPtr< PColumn > > | cols_ |
Additional Inherited Members | |
Protected Member Functions inherited from Ipopt::AlgorithmStrategyObject | |
| const Journalist & | Jnlst () const |
| IpoptNLP & | IpNLP () const |
| IpoptData & | IpData () const |
| IpoptCalculatedQuantities & | IpCq () const |
| bool | HaveIpData () const |
Definition at line 17 of file SensIndexPCalculator.hpp.
| Ipopt::IndexPCalculator::IndexPCalculator | ( | SmartPtr< SensBacksolver > | backsolver, |
| SmartPtr< SchurData > | A_data | ||
| ) |
This class is the implementation of the PCalculator that corresponds to IndexSchurData.
It expects to be used with a kind of IndexSchurData.
|
virtual |
|
virtual |
Overloaded from PCalculator.
Reimplemented from Ipopt::PCalculator.
Function to start the computation of P from E_0 and KKT.
Implements Ipopt::PCalculator.
|
virtual |
Function to extract a SchurMatrix corresponding to $B K^{-1} A$.
If B==NULL, use A=B.
Implements Ipopt::PCalculator.
|
virtual |
Implements Ipopt::PCalculator.
|
private |
Rows of P = Rows of KKT.
Definition at line 55 of file SensIndexPCalculator.hpp.
|
private |
Cols of P.
Definition at line 58 of file SensIndexPCalculator.hpp.
Definition at line 60 of file SensIndexPCalculator.hpp.