#include <SensBuilder.hpp>
|
| SensBuilder () |
| This class sets up everything necessary and builds the P matrix which is an intermediate step in calculating the schur matrix. More...
|
|
| ~SensBuilder () |
|
SmartPtr< SensAlgorithm > | BuildSensAlg (const Journalist &jnlst, const OptionsList &options, const std::string &prefix, IpoptNLP &ip_nlp, IpoptData &ip_data, IpoptCalculatedQuantities &ip_cq, PDSystemSolver &pd_solver) |
|
SmartPtr< ReducedHessianCalculator > | BuildRedHessCalc (const Journalist &jnlst, const OptionsList &options, const std::string &prefix, IpoptNLP &ip_nlp, IpoptData &ip_data, IpoptCalculatedQuantities &ip_cq, PDSystemSolver &pd_solver) |
|
| ReferencedObject () |
|
virtual | ~ReferencedObject () |
|
Index | ReferenceCount () const |
|
void | AddRef (const Referencer *referencer) const |
|
void | ReleaseRef (const Referencer *referencer) const |
|
Definition at line 20 of file SensBuilder.hpp.
◆ SensBuilder()
Ipopt::SensBuilder::SensBuilder |
( |
| ) |
|
This class sets up everything necessary and builds the P matrix which is an intermediate step in calculating the schur matrix.
◆ ~SensBuilder()
Ipopt::SensBuilder::~SensBuilder |
( |
| ) |
|
◆ BuildSensAlg()
◆ BuildRedHessCalc()
The documentation for this class was generated from the following file: