#include <Temporary.h>
Public Member Functions | |
SubtractedMatrix () | |
~SubtractedMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
SubtractedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
Difference between two matrices.
Definition at line 148 of file Temporary.h.
SubtractedMatrix::SubtractedMatrix | ( | const BaseMatrix * | bm1x, |
const BaseMatrix * | bm2x | ||
) | [inline, private] |
Definition at line 150 of file Temporary.h.
SubtractedMatrix::SubtractedMatrix | ( | ) | [inline] |
Definition at line 156 of file Temporary.h.
SubtractedMatrix::~SubtractedMatrix | ( | ) | [inline] |
Definition at line 157 of file Temporary.h.
GeneralMatrix * SubtractedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from AddedMatrix.
Definition at line 5155 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from AddedMatrix.
Definition at line 152 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from AddedMatrix.
Definition at line 153 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from AddedMatrix.
Definition at line 154 of file Temporary.h.