#include <IpZeroMatrix.hpp>
Public Member Functions | |
virtual Matrix * | MakeNew () const |
Overloaded MakeNew method for the MatrixSpace base class. | |
ZeroMatrix * | MakeNewZeroMatrix () const |
Method for creating a new matrix of this specific type. | |
Constructors / Destructors | |
ZeroMatrixSpace (Index nrows, Index ncols) | |
Constructor, given the number of row and columns. | |
virtual | ~ZeroMatrixSpace () |
Destructor. |
ZeroMatrixSpace | ( | Index | nrows, | |
Index | ncols | |||
) | [inline] |
Constructor, given the number of row and columns.
virtual ~ZeroMatrixSpace | ( | ) | [inline, virtual] |
Destructor.
virtual Matrix* MakeNew | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the MatrixSpace base class.
Implements MatrixSpace.
References ZeroMatrixSpace::MakeNewZeroMatrix().
ZeroMatrix* MakeNewZeroMatrix | ( | ) | const [inline] |