#include <Temporary.h>

Public Member Functions | |
| StackedMatrix () | |
| ~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 114 of file Temporary.h.
| StackedMatrix::StackedMatrix | ( | const BaseMatrix * | bm1x, |
| const BaseMatrix * | bm2x | ||
| ) | [inline, protected] |
Definition at line 117 of file Temporary.h.
| StackedMatrix::StackedMatrix | ( | ) | [inline] |
Definition at line 124 of file Temporary.h.
| StackedMatrix::~StackedMatrix | ( | ) | [inline] |
Definition at line 125 of file Temporary.h.
| GeneralMatrix * StackedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from ConcatenatedMatrix.
Definition at line 5345 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
Definition at line 120 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
Definition at line 121 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from ConcatenatedMatrix.
Definition at line 122 of file Temporary.h.