$search
#include <newmat.h>
Public Member Functions | |
~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 1564 of file newmat.h.
SubtractedMatrix::SubtractedMatrix | ( | const BaseMatrix * | bm1x, | |
const BaseMatrix * | bm2x | |||
) | [inline, private] |
GeneralMatrix * SubtractedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from AddedMatrix.
Definition at line 565 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from AddedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from AddedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from AddedMatrix.