#include <Matrix.h>

Public Member Functions | |
| MatrixSeq (int num=0) | |
| MatrixSeq (int num, const Dim &d) | |
| template<class U > | |
| MatrixSeq (int num, const Matrix< U > &m) | |
| MatrixSeq (const MatrixSeq< T > &ms) | |
| template<class U > | |
| MatrixSeq (const vector< U > &v) | |
| MatrixSeq & | operator= (const MatrixSeq< T > &seq) |
| template<class U > | |
| MatrixSeq & | operator= (const vector< U > &v) |
| template<class U > | |
| MatrixSeq & | operator= (const Matrix< U > &s) |
| MatrixSeq & | operator= (const T &t) |
| MatrixSubSeq< T > | operator[] (const DummyArg &arg) const |
| Matrix< T > & | operator[] (int i) |
| const Matrix< T > & | operator[] (int i) const |
| QDOS::MatrixSeq< T >::MatrixSeq | ( | int | num = 0 |
) | [inline] |
| QDOS::MatrixSeq< T >::MatrixSeq | ( | int | num, | |
| const Dim & | d | |||
| ) | [inline] |
| QDOS::MatrixSeq< T >::MatrixSeq | ( | int | num, | |
| const Matrix< U > & | m | |||
| ) | [inline] |
| QDOS::MatrixSeq< T >::MatrixSeq | ( | const MatrixSeq< T > & | ms | ) | [inline] |
| QDOS::MatrixSeq< T >::MatrixSeq | ( | const vector< U > & | v | ) | [inline] |
| MatrixSeq& QDOS::MatrixSeq< T >::operator= | ( | const T & | t | ) | [inline] |
| MatrixSeq& QDOS::MatrixSeq< T >::operator= | ( | const Matrix< U > & | s | ) | [inline] |
Reimplemented in QDOS::MatrixSubSeq< T >.
| MatrixSeq& QDOS::MatrixSeq< T >::operator= | ( | const vector< U > & | v | ) | [inline] |
Reimplemented in QDOS::MatrixSubSeq< T >, QDOS::QdRMatrixSeq, and QDOS::QdCMatrixSeq.
| MatrixSeq& QDOS::MatrixSeq< T >::operator= | ( | const MatrixSeq< T > & | seq | ) | [inline] |
Reimplemented in QDOS::MatrixSubSeq< T >.
| const Matrix<T>& QDOS::MatrixSeq< T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from QDOS::Sequence< T >.
| Matrix<T>& QDOS::MatrixSeq< T >::operator[] | ( | int | i | ) | [inline] |
Reimplemented from QDOS::Sequence< T >.
| MatrixSubSeq< T > QDOS::MatrixSeq< T >::operator[] | ( | const DummyArg & | arg | ) | const [inline] |
Reimplemented in QDOS::MatrixSubSeq< T >.
1.5.7