#include <Temporary.h>

Public Member Functions | |
| AddedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| ~AddedMatrix () | |
| 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 34 of file Temporary.h.
| AddedMatrix::AddedMatrix | ( | const BaseMatrix * | bm1x, |
| const BaseMatrix * | bm2x | ||
| ) | [inline, protected] |
Definition at line 37 of file Temporary.h.
| AddedMatrix::AddedMatrix | ( | ) | [inline] |
Definition at line 44 of file Temporary.h.
| AddedMatrix::~AddedMatrix | ( | ) | [inline] |
Definition at line 45 of file Temporary.h.
| MatrixBandWidth AddedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Reimplemented in SPMatrix.
Definition at line 1358 of file NewMatExhaustive.cpp.
| GeneralMatrix * AddedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from MultipliedMatrix.
Reimplemented in SubtractedMatrix, and SPMatrix.
Definition at line 5085 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in SubtractedMatrix, and SPMatrix.
Definition at line 40 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in SubtractedMatrix, and SPMatrix.
Definition at line 41 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in SubtractedMatrix, and SPMatrix.
Definition at line 42 of file Temporary.h.