This is the matrix space for DenseGenMatrix. More...
#include <IpDenseGenMatrix.hpp>
Inheritance diagram for Ipopt::DenseGenMatrixSpace:Public Member Functions | |
| DenseGenMatrix * | MakeNewDenseGenMatrix () const |
| Method for creating a new matrix of this specific type. | |
| virtual Matrix * | MakeNew () const |
| Pure virtual method for creating a new Matrix of the corresponding type. | |
Constructors / Destructors | |
| DenseGenMatrixSpace (Index nRows, Index nCols) | |
| Constructor for matrix space for DenseGenMatrices. | |
| ~DenseGenMatrixSpace () | |
| Destructor. | |
Public Member Functions inherited from Ipopt::MatrixSpace | |
| Index | NRows () const |
| Accessor function for the number of rows. | |
| Index | NCols () const |
| Accessor function for the number of columns. | |
| bool | IsMatrixFromSpace (const Matrix &matrix) const |
| Method to test if a given matrix belongs to a particular matrix space. | |
| MatrixSpace (Index nRows, Index nCols) | |
| Constructor, given the number rows and columns of all matrices generated by this MatrixSpace. | |
| virtual | ~MatrixSpace () |
| Destructor. | |
Public Member Functions inherited from Ipopt::ReferencedObject | |
| ReferencedObject () | |
| virtual | ~ReferencedObject () |
| Index | ReferenceCount () const |
| void | AddRef (const Referencer *referencer) const |
| void | ReleaseRef (const Referencer *referencer) const |
This is the matrix space for DenseGenMatrix.
Definition at line 278 of file IpDenseGenMatrix.hpp.
Constructor for matrix space for DenseGenMatrices.
Takes in dimension of the matrices.
|
inline |
Destructor.
Definition at line 293 of file IpDenseGenMatrix.hpp.
|
inline |
Method for creating a new matrix of this specific type.
Definition at line 298 of file IpDenseGenMatrix.hpp.
Pure virtual method for creating a new Matrix of the corresponding type.
Implements Ipopt::MatrixSpace.
Definition at line 303 of file IpDenseGenMatrix.hpp.