Base class for all derived algorithms for detecting linearly dependent rows in the constraint Jacobian. More...
#include <IpTSymDependencyDetector.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. | |
TSymDependencyDetector () | |
Default Constructor. | |
TSymDependencyDetector (const TSymDependencyDetector &) | |
Copy Constructor. | |
void | operator= (const TSymDependencyDetector &) |
Default Assignment Operator. | |
Private Attributes | |
SmartPtr< const Journalist > | jnlst_ |
SmartPtr< TSymLinearSolver > | tsym_linear_solver_ |
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 |
Base class for all derived algorithms for detecting linearly dependent rows in the constraint Jacobian.
Definition at line 19 of file IpTSymDependencyDetector.hpp.
Ipopt::TSymDependencyDetector::TSymDependencyDetector | ( | TSymLinearSolver & | tsym_linear_solver | ) |
|
inlinevirtual |
Definition at line 27 of file IpTSymDependencyDetector.hpp.
|
private |
Default Constructor.
|
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 86 of file IpTSymDependencyDetector.hpp.
|
private |
Definition at line 88 of file IpTSymDependencyDetector.hpp.