$search
#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 |
Two matrices horizontally concatenated.
Definition at line 1514 of file newmat.h.
| ConcatenatedMatrix::ConcatenatedMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, protected] |
| MatrixBandWidth ConcatenatedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 728 of file newmat4.cpp.
| GeneralMatrix * ConcatenatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from MultipliedMatrix.
Reimplemented in StackedMatrix.
Definition at line 738 of file newmat7.cpp.
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.