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