|
|
Inheritance diagram for MatrixXX< 1, 1, T >:Public Types | |
| typedef Internal::BaseMatrixXX< 1, 1, T > | SuperType |
| typedef MatrixXX< 1, 1, T > | ThisType |
| typedef MatrixXX< 1, 1, T > | TransposedType |
Public Types inherited from BaseMatrixXX< 1, 1, T > | |
| enum | |
| typedef T | ScalarType |
| typedef BaseMatrixXX< C, R, T > | ThisType |
| typedef T | value_type |
Public Member Functions | |
| MatrixXX< 1, 1, T > & | ComponentMul (const MatrixXX< 1, 1, T > &a) |
| MatrixXX () | |
| MatrixXX (const MatrixXX< 1, 1, T > &mat) | |
| MatrixXX (const SuperType &mat) | |
| MatrixXX (const T *m) | |
| MatrixXX (T v) | |
| operator const T () const | |
| operator T& () | |
| ThisType & | operator= (T v) |
Public Member Functions inherited from BaseMatrixXX< 1, 1, 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< 1, 1, T > | |
| T | _m [Entries] |
Definition at line 256 of file MatrixXX.h.
| typedef Internal::BaseMatrixXX<1, 1, T> SuperType |
Definition at line 259 of file MatrixXX.h.
Definition at line 260 of file MatrixXX.h.
| typedef MatrixXX<1, 1, T> TransposedType |
Definition at line 261 of file MatrixXX.h.
|
inline |
Definition at line 263 of file MatrixXX.h.
Definition at line 267 of file MatrixXX.h.
Definition at line 271 of file MatrixXX.h.
Definition at line 281 of file MatrixXX.h.
|
inline |
Definition at line 303 of file MatrixXX.h.
|
inline |
Definition at line 308 of file MatrixXX.h.