|
|
Inheritance diagram for MatrixXX< C, R, T >:Classes | |
| struct | AssertDim |
| struct | AssertDim< A, A > |
Public Types | |
| typedef Internal::BaseMatrixXX< C, R, T > | SuperType |
| typedef MatrixXX< C, R, T > | ThisType |
| typedef MatrixXX< R, C, T > | TransposedType |
Public Types inherited from BaseMatrixXX< C, R, T > | |
| enum | { Rows = R , Cols = C , Entries = C * R } |
| typedef T | ScalarType |
| typedef BaseMatrixXX< C, R, T > | ThisType |
| typedef T | value_type |
Public Member Functions | |
| MatrixXX< C, R, T > & | ComponentMul (const MatrixXX< C, R, T > &a) |
| MatrixXX () | |
| MatrixXX (const MatrixXX< 1, R, T > &a, const MatrixXX< 1, R, T > &b) | |
| MatrixXX (const MatrixXX< 1, R, T > &a, const MatrixXX< 1, R, T > &b, const MatrixXX< 1, R, T > &c) | |
| MatrixXX (const MatrixXX< 1, R, T > &a, const MatrixXX< 1, R, T > &b, const MatrixXX< 1, R, T > &c, const MatrixXX< 1, R, T > &d) | |
| MatrixXX (const SuperType &mat) | |
| MatrixXX (const T *m) | |
| MatrixXX (const ThisType &mat) | |
| MatrixXX (T v) | |
| ThisType & | operator= (const ThisType &v) |
| ThisType & | operator= (T v) |
| TransposedType | Transposed () |
Public Member Functions inherited from BaseMatrixXX< C, R, T > | |
| T * | Data () |
| const T * | Data () const |
| T | Normalize () |
| VectorXD< R, T > & | operator[] (unsigned int col) |
| const VectorXD< R, T > & | operator[] (unsigned int col) const |
| void | Transpose (BaseMatrixXX< R, C, T > *t) const |
| void | Zero () |
Additional Inherited Members | |
Protected Attributes inherited from BaseMatrixXX< C, R, T > | |
| T | _m [Entries] |
Definition at line 131 of file MatrixXX.h.
| typedef Internal::BaseMatrixXX<C, R, T> SuperType |
Definition at line 134 of file MatrixXX.h.
Definition at line 135 of file MatrixXX.h.
| typedef MatrixXX<R, C, T> TransposedType |
Definition at line 136 of file MatrixXX.h.
Definition at line 142 of file MatrixXX.h.
Definition at line 146 of file MatrixXX.h.
Definition at line 151 of file MatrixXX.h.
Definition at line 159 of file MatrixXX.h.
|
inline |
Definition at line 164 of file MatrixXX.h.
|
inline |
Definition at line 171 of file MatrixXX.h.
|
inline |
Definition at line 179 of file MatrixXX.h.
|
inline |
Definition at line 212 of file MatrixXX.h.
Definition at line 202 of file MatrixXX.h.
Definition at line 192 of file MatrixXX.h.
|
inline |
Definition at line 222 of file MatrixXX.h.