$search
#include <newmat.h>
Public Member Functions | |
~StackedMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
StackedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
Two matrices vertically concatenated.
Definition at line 1532 of file newmat.h.
StackedMatrix::StackedMatrix | ( | const BaseMatrix * | bm1x, | |
const BaseMatrix * | bm2x | |||
) | [inline, protected] |
GeneralMatrix * StackedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from ConcatenatedMatrix.
Definition at line 755 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from ConcatenatedMatrix.