MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
~ConcatenatedMatrix () | |
MatrixBandWidth | BandWidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
ConcatenatedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
NEWMAT::ConcatenatedMatrix::ConcatenatedMatrix | ( | const BaseMatrix * | bm1x, |
const BaseMatrix * | bm2x | ||
) | [inline, protected] |
NEWMAT::ConcatenatedMatrix::~ConcatenatedMatrix | ( | ) | [inline] |
MatrixBandWidth NEWMAT::ConcatenatedMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::MultipliedMatrix.
Definition at line 456 of file newmat4.cpp.
GeneralMatrix * NEWMAT::ConcatenatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::MultipliedMatrix.
Reimplemented in NEWMAT::StackedMatrix.
Definition at line 796 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
Reimplemented in NEWMAT::StackedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
Reimplemented in NEWMAT::StackedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
Reimplemented in NEWMAT::StackedMatrix.