#include <IpDiagMatrix.hpp>
Public Member Functions | |
virtual SymMatrix * | MakeNewSymMatrix () const |
Overloaded MakeNew method for the SymMatrixSpace base class. | |
DiagMatrix * | MakeNewDiagMatrix () const |
Method for creating a new matrix of this specific type. | |
Constructors / Destructors | |
DiagMatrixSpace (Index dim) | |
Constructor, given the dimension of the matrix. | |
virtual | ~DiagMatrixSpace () |
Destructor. |
DiagMatrixSpace | ( | Index | dim | ) | [inline] |
Constructor, given the dimension of the matrix.
virtual ~DiagMatrixSpace | ( | ) | [inline, virtual] |
Destructor.
virtual SymMatrix* MakeNewSymMatrix | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the SymMatrixSpace base class.
Implements SymMatrixSpace.
References DiagMatrixSpace::MakeNewDiagMatrix().
DiagMatrix* MakeNewDiagMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Referenced by DiagMatrixSpace::MakeNewSymMatrix().