Ipopt
3.12.12
|
This is the matrix space for IdentityMatrix. More...
#include <IpIdentityMatrix.hpp>
Public Member Functions | |
virtual SymMatrix * | MakeNewSymMatrix () const |
Overloaded MakeNew method for the SymMatrixSpace base class. More... | |
IdentityMatrix * | MakeNewIdentityMatrix () const |
Method for creating a new matrix of this specific type. More... | |
Constructors / Destructors | |
IdentityMatrixSpace (Index dim) | |
Constructor, given the dimension of the matrix. More... | |
virtual | ~IdentityMatrixSpace () |
Destructor. More... | |
![]() | |
virtual Matrix * | MakeNew () const |
Overloaded MakeNew method for the MatrixSpace base class. More... | |
Index | Dim () const |
Accessor method for the dimension of the matrices in this matrix space. More... | |
SymMatrixSpace (Index dim) | |
Constructor, given the dimension (identical to the number of rows and columns). More... | |
virtual | ~SymMatrixSpace () |
Destructor. More... | |
![]() | |
Index | NRows () const |
Accessor function for the number of rows. More... | |
Index | NCols () const |
Accessor function for the number of columns. More... | |
bool | IsMatrixFromSpace (const Matrix &matrix) const |
Method to test if a given matrix belongs to a particular matrix space. More... | |
MatrixSpace (Index nRows, Index nCols) | |
Constructor, given the number rows and columns of all matrices generated by this MatrixSpace. More... | |
virtual | ~MatrixSpace () |
Destructor. More... | |
![]() | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
Index | ReferenceCount () const |
void | AddRef (const Referencer *referencer) const |
void | ReleaseRef (const Referencer *referencer) const |
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. | |
IdentityMatrixSpace () | |
Default Constructor. More... | |
IdentityMatrixSpace (const IdentityMatrixSpace &) | |
Copy Constructor. More... | |
void | operator= (const IdentityMatrixSpace &) |
Overloaded Equals Operator. More... | |
This is the matrix space for IdentityMatrix.
Definition at line 99 of file IpIdentityMatrix.hpp.
|
inline |
Constructor, given the dimension of the matrix.
Definition at line 105 of file IpIdentityMatrix.hpp.
|
inlinevirtual |
Destructor.
Definition at line 111 of file IpIdentityMatrix.hpp.
|
private |
Default Constructor.
|
private |
Copy Constructor.
|
inlinevirtual |
Overloaded MakeNew method for the SymMatrixSpace base class.
Implements Ipopt::SymMatrixSpace.
Definition at line 117 of file IpIdentityMatrix.hpp.
|
inline |
Method for creating a new matrix of this specific type.
Definition at line 123 of file IpIdentityMatrix.hpp.
|
private |
Overloaded Equals Operator.