|
Matrix in column major order. More...
Public Types | |
enum | { Rows = R, Cols = C, Entries = C * R } |
typedef T | ScalarType |
typedef BaseMatrixXX< C, R, T > | ThisType |
typedef T | value_type |
Public Member Functions | |
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 () |
Protected Attributes | |
T | _m [Entries] |
Matrix in column major order.
Definition at line 47 of file MatrixXX.h.
typedef T ScalarType |
Definition at line 50 of file MatrixXX.h.
typedef BaseMatrixXX< C, R, T > ThisType |
Definition at line 52 of file MatrixXX.h.
typedef T value_type |
Definition at line 51 of file MatrixXX.h.
anonymous enum |
Enumerator | |
---|---|
Rows | |
Cols | |
Entries |
Definition at line 53 of file MatrixXX.h.
|
inline |
Definition at line 70 of file MatrixXX.h.
|
inline |
Definition at line 75 of file MatrixXX.h.
|
inline |
Definition at line 80 of file MatrixXX.h.
Definition at line 55 of file MatrixXX.h.
Definition at line 60 of file MatrixXX.h.
|
inline |
|
inline |
Definition at line 65 of file MatrixXX.h.
Definition at line 109 of file MatrixXX.h.