#include <IpDenseGenMatrix.hpp>
Public Member Functions | |
DenseGenMatrix * | MakeNewDenseGenMatrix () const |
Method for creating a new matrix of this specific type. | |
virtual Matrix * | MakeNew () const |
Overloaded MakeNew method for the MatrixSpace base class. | |
Constructors / Destructors | |
DenseGenMatrixSpace (Index nRows, Index nCols) | |
Constructor for matrix space for DenseGenMatrices. | |
~DenseGenMatrixSpace () | |
Destructor. |
DenseGenMatrixSpace | ( | Index | nRows, | |
Index | nCols | |||
) |
Constructor for matrix space for DenseGenMatrices.
Takes in dimension of the matrices.
~DenseGenMatrixSpace | ( | ) | [inline] |
Destructor.
DenseGenMatrix* MakeNewDenseGenMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Referenced by DenseGenMatrixSpace::MakeNew(), and DenseGenMatrix::MakeNewDenseGenMatrix().
virtual Matrix* MakeNew | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the MatrixSpace base class.
Implements MatrixSpace.
References DenseGenMatrixSpace::MakeNewDenseGenMatrix().