|
| DenseGenSchurDriver (SmartPtr< SensBacksolver > backsolver, SmartPtr< PCalculator > pcalc, SmartPtr< SchurData > data_B) |
|
virtual | ~DenseGenSchurDriver () |
|
virtual bool | SchurBuild () |
| Creates the SchurMatrix from B and P. More...
|
|
virtual bool | SchurFactorize () |
| Calls the factorization routine for the SchurMatrix. More...
|
|
virtual bool | SchurSolve (SmartPtr< IteratesVector > x, SmartPtr< const IteratesVector > f, SmartPtr< Vector > g, SmartPtr< IteratesVector > Kf=NULL) |
| Performs a backsolve on S and : Solves the system. More...
|
|
| SchurDriver (SmartPtr< PCalculator > pcalc, SmartPtr< SchurData > data_B) |
| This class is the interface for any class that deals with the Schur matrix from the point when it is constructed by the PCalculator to the solution against one vector. More...
|
|
virtual | ~SchurDriver () |
|
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
| Overloaded from AlgorithmStrategyObject. More...
|
|
virtual SmartPtr< const SchurData > | data_A () const |
| Const accessor methods to the SchurData for for the derived classes. More...
|
|
virtual SmartPtr< const SchurData > | data_B () const |
|
virtual SmartPtr< SchurData > | data_A_nonconst () |
|
virtual SmartPtr< SchurData > | data_B_nonconst () |
|
virtual SmartPtr< const PCalculator > | pcalc () const |
|
virtual SmartPtr< PCalculator > | pcalc_nonconst () |
|
| AlgorithmStrategyObject () |
| Default Constructor. More...
|
|
virtual | ~AlgorithmStrategyObject () |
| Default Destructor. More...
|
|
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. More...
|
|
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. More...
|
|
| ReferencedObject () |
|
virtual | ~ReferencedObject () |
|
Index | ReferenceCount () const |
|
void | AddRef (const Referencer *referencer) const |
|
void | ReleaseRef (const Referencer *referencer) const |
|
Definition at line 17 of file SensDenseGenSchurDriver.hpp.