|
Public Types | |
typedef Internal::BaseMatrixXX< 1, 1, T > | SuperType |
typedef MatrixXX< 1, 1, T > | ThisType |
typedef MatrixXX< 1, 1, T > | TransposedType |
![]() | |
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) |
![]() | |
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 | |
![]() | |
T | _m [Entries] |
Definition at line 230 of file MatrixXX.h.
typedef Internal::BaseMatrixXX< 1, 1, T > SuperType |
Definition at line 234 of file MatrixXX.h.
Definition at line 235 of file MatrixXX.h.
typedef MatrixXX< 1, 1, T > TransposedType |
Definition at line 236 of file MatrixXX.h.
|
inline |
Definition at line 238 of file MatrixXX.h.
Definition at line 240 of file MatrixXX.h.
Definition at line 244 of file MatrixXX.h.
Definition at line 254 of file MatrixXX.h.
Definition at line 265 of file MatrixXX.h.
|
inline |
Definition at line 274 of file MatrixXX.h.
|
inline |
Definition at line 279 of file MatrixXX.h.