Public Member Functions | |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex, DenseIndex, DenseIndex) | |
| void | swap (DenseStorage &) |
| void | conservativeResize (DenseIndex, DenseIndex, DenseIndex) |
| void | resize (DenseIndex, DenseIndex, DenseIndex) |
| const T * | data () const |
| T * | data () |
Static Public Member Functions | |
| static DenseIndex | rows (void) |
| static DenseIndex | cols (void) |
| Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::DenseStorage | ( | ) | [inline, explicit] |
| Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
| Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::DenseStorage | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| static DenseIndex Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::cols | ( | void | ) | [inline, static] |
| void Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::conservativeResize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| const T* Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::data | ( | ) | const [inline] |
| T* Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::data | ( | ) | [inline] |
| void Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::resize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| static DenseIndex Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::rows | ( | void | ) | [inline, static] |
| void Eigen::DenseStorage< T, 0, _Rows, _Cols, _Options >::swap | ( | DenseStorage< T, 0, _Rows, _Cols, _Options > & | ) | [inline] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |