#include <newmat.h>
Public Member Functions | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
| ~ConcatenatedMatrix () | |
Protected Member Functions | |
| ConcatenatedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
| class | BaseMatrix |
| class | GeneralMatrix |
| class | GenericMatrix |
| ConcatenatedMatrix::ConcatenatedMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, protected] |
| ConcatenatedMatrix::~ConcatenatedMatrix | ( | ) | [inline] |
| MatrixBandWidth ConcatenatedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
References REPORT.
| GeneralMatrix * ConcatenatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from MultipliedMatrix.
Reimplemented in StackedMatrix.
References MultipliedMatrix::bm1, MultipliedMatrix::bm2, Compare(), MatrixRowCol::ConCat(), DirectPart, GeneralMatrix::Evaluate(), LoadOnEntry, GeneralMatrix::Ncols(), MatrixType::New(), MatrixRow::Next(), GeneralMatrix::Nrows(), GeneralMatrix::ReleaseAndDelete(), REPORT, StoreOnExit, GeneralMatrix::tDelete(), Throw, and GeneralMatrix::type().
Referenced by GenericMatrix::operator|=().
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in StackedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in StackedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from MultipliedMatrix.
Reimplemented in StackedMatrix.
1.6.1