Public Member Functions | |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex, DenseIndex rows, DenseIndex cols) | |
| void | swap (DenseStorage &other) |
| DenseIndex | rows (void) const |
| DenseIndex | cols (void) const |
| void | conservativeResize (DenseIndex, DenseIndex rows, DenseIndex cols) |
| void | resize (DenseIndex, DenseIndex rows, DenseIndex cols) |
| const T * | data () const |
| T * | data () |
Private Attributes | |
| internal::plain_array< T, Size, _Options > | m_data |
| DenseIndex | m_rows |
| DenseIndex | m_cols |
| Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::DenseStorage | ( | ) | [inline, explicit] |
| Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
| Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::DenseStorage | ( | DenseIndex | , |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
| DenseIndex Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::cols | ( | void | ) | const [inline] |
| void Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::conservativeResize | ( | DenseIndex | , |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
| const T* Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::data | ( | ) | const [inline] |
| T* Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::data | ( | ) | [inline] |
| void Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::resize | ( | DenseIndex | , |
| DenseIndex | rows, | ||
| DenseIndex | cols | ||
| ) | [inline] |
| DenseIndex Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::rows | ( | void | ) | const [inline] |
| void Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::swap | ( | DenseStorage< T, Size, Dynamic, Dynamic, _Options > & | other | ) | [inline] |
DenseIndex Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::m_cols [private] |
internal::plain_array<T,Size,_Options> Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::m_data [private] |
DenseIndex Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::m_rows [private] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |