#include <newmat.h>
Public Member Functions | |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
| ~StackedMatrix () | |
Protected Member Functions | |
| StackedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
| class | BaseMatrix |
| class | GeneralMatrix |
| class | GenericMatrix |
| StackedMatrix::StackedMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, protected] |
| StackedMatrix::~StackedMatrix | ( | ) | [inline] |
| GeneralMatrix * StackedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from ConcatenatedMatrix.
References MultipliedMatrix::bm1, MultipliedMatrix::bm2, Compare(), MatrixRowCol::Copy(), 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 ConcatenatedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
1.6.1