#include <IpMa28TDependencyDetector.hpp>
Static Public Member Functions | |
static void | RegisterOptions (SmartPtr< RegisteredOptions > roptions) |
This must be called to make the options for this class known. | |
Private Member Functions | |
Default Compiler Generated Methods | |
(Hidden to avoid implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called. | |
Ma28TDependencyDetector (const Ma28TDependencyDetector &) | |
Copy Constructor. | |
void | operator= (const Ma28TDependencyDetector &) |
Default Assignment Operator. | |
Private Attributes | |
SmartPtr< const Journalist > | jnlst_ |
Algorithmic parameters | |
Number | ma28_pivtol_ |
Pivot tolerance for MA28. | |
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 15 of file IpMa28TDependencyDetector.hpp.
Ipopt::Ma28TDependencyDetector::Ma28TDependencyDetector | ( | ) |
|
inlinevirtual |
Definition at line 22 of file IpMa28TDependencyDetector.hpp.
|
private |
Copy Constructor.
|
virtual |
Has to be called to initialize and reset these objects.
Implements Ipopt::TDependencyDetector.
|
virtual |
Method determining the number of linearly dependent rows in the matrix and the indices of those rows.
We assume that the matrix is available in "Triplet" format (MA28 format), and that the arrays given to this method can be modified internally, i.e., they are not used by the calling program anymore after this call.
Implements Ipopt::TDependencyDetector.
|
static |
This must be called to make the options for this class known.
|
private |
Default Assignment Operator.
|
private |
Definition at line 78 of file IpMa28TDependencyDetector.hpp.
|
private |
Pivot tolerance for MA28.
Definition at line 83 of file IpMa28TDependencyDetector.hpp.