Ipopt
3.12.12
|
SymMatrixSpace base class, corresponding to the SymMatrix base class. More...
#include <IpSymMatrix.hpp>
Public Member Functions | |
virtual SymMatrix * | MakeNewSymMatrix () const =0 |
Pure virtual method for creating a new matrix of this specific type. 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... | |
Constructors/Destructors | |
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. | |
SymMatrixSpace () | |
default constructor More... | |
SymMatrixSpace (const SymMatrixSpace &) | |
SymMatrixSpace & | operator= (const SymMatrixSpace &) |
Overloaded Equals Operator. More... | |
SymMatrixSpace base class, corresponding to the SymMatrix base class.
Definition at line 81 of file IpSymMatrix.hpp.
|
inline |
Constructor, given the dimension (identical to the number of rows and columns).
Definition at line 89 of file IpSymMatrix.hpp.
|
inlinevirtual |
Destructor.
Definition at line 95 of file IpSymMatrix.hpp.
|
private |
default constructor
|
private |
|
pure virtual |
Pure virtual method for creating a new matrix of this specific type.
Implemented in Ipopt::CompoundSymMatrixSpace, Ipopt::SymTMatrixSpace, Ipopt::LowRankUpdateSymMatrixSpace, Ipopt::DenseSymMatrixSpace, Ipopt::SymScaledMatrixSpace, Ipopt::SumSymMatrixSpace, Ipopt::IdentityMatrixSpace, Ipopt::DiagMatrixSpace, and Ipopt::ZeroSymMatrixSpace.
|
inlinevirtual |
Overloaded MakeNew method for the MatrixSpace base class.
Implements Ipopt::MatrixSpace.
Reimplemented in Ipopt::SymScaledMatrixSpace, and Ipopt::ZeroSymMatrixSpace.
Definition at line 105 of file IpSymMatrix.hpp.
|
inline |
Accessor method for the dimension of the matrices in this matrix space.
Definition at line 113 of file IpSymMatrix.hpp.
|
private |
Overloaded Equals Operator.