|
|
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 50 of file MatrixXX.h.
| typedef T ScalarType |
Definition at line 53 of file MatrixXX.h.
| typedef BaseMatrixXX<C, R, T> ThisType |
Definition at line 55 of file MatrixXX.h.
| typedef T value_type |
Definition at line 54 of file MatrixXX.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Rows | |
| Cols | |
| Entries | |
Definition at line 57 of file MatrixXX.h.
|
inline |
Definition at line 83 of file MatrixXX.h.
|
inline |
Definition at line 89 of file MatrixXX.h.
|
inline |
Definition at line 95 of file MatrixXX.h.
Definition at line 65 of file MatrixXX.h.
Definition at line 71 of file MatrixXX.h.
|
inline |
|
inline |
Definition at line 77 of file MatrixXX.h.
Definition at line 125 of file MatrixXX.h.