$search
#include <newmat.h>

Public Member Functions | |
| ~AddedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
| AddedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
| class | BaseMatrix |
| class | GeneralMatrix |
| class | GenericMatrix |
Sum of two matrices.
Definition at line 1456 of file newmat.h.
| AddedMatrix::AddedMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, protected] |
| MatrixBandWidth AddedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Reimplemented in SPMatrix.
Definition at line 690 of file newmat4.cpp.
| GeneralMatrix * AddedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from MultipliedMatrix.
Reimplemented in SPMatrix, and SubtractedMatrix.
Definition at line 495 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in SPMatrix, and SubtractedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in SPMatrix, and SubtractedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in SPMatrix, and SubtractedMatrix.