#include <DenseStorage.h>
Public Member Functions | |
| DenseIndex | cols (void) const |
| void | conservativeResize (DenseIndex size, DenseIndex, DenseIndex nbCols) |
| const T * | data () const |
| T * | data () |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex size, DenseIndex, DenseIndex nbCols) | |
| EIGEN_STRONG_INLINE void | resize (DenseIndex size, DenseIndex, DenseIndex nbCols) |
| void | swap (DenseStorage &other) |
| ~DenseStorage () | |
Static Public Member Functions | |
| static DenseIndex | rows (void) |
Private Attributes | |
| DenseIndex | m_cols |
| T * | m_data |
Definition at line 258 of file DenseStorage.h.
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage | ( | ) | [inline] |
Definition at line 263 of file DenseStorage.h.
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 264 of file DenseStorage.h.
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage | ( | DenseIndex | size, |
| DenseIndex | , | ||
| DenseIndex | nbCols | ||
| ) | [inline] |
Definition at line 265 of file DenseStorage.h.
| Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::~DenseStorage | ( | ) | [inline] |
Definition at line 267 of file DenseStorage.h.
| DenseIndex Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::cols | ( | void | ) | const [inline] |
Definition at line 270 of file DenseStorage.h.
| void Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::conservativeResize | ( | DenseIndex | size, |
| DenseIndex | , | ||
| DenseIndex | nbCols | ||
| ) | [inline] |
Definition at line 271 of file DenseStorage.h.
| const T* Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::data | ( | ) | const [inline] |
Definition at line 289 of file DenseStorage.h.
| T* Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::data | ( | ) | [inline] |
Definition at line 290 of file DenseStorage.h.
| EIGEN_STRONG_INLINE void Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::resize | ( | DenseIndex | size, |
| DenseIndex | , | ||
| DenseIndex | nbCols | ||
| ) | [inline] |
Definition at line 276 of file DenseStorage.h.
| static DenseIndex Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::rows | ( | void | ) | [inline, static] |
Definition at line 269 of file DenseStorage.h.
| void Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::swap | ( | DenseStorage< T, Dynamic, _Rows, Dynamic, _Options > & | other | ) | [inline] |
Definition at line 268 of file DenseStorage.h.
DenseIndex Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::m_cols [private] |
Definition at line 261 of file DenseStorage.h.
T* Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::m_data [private] |
Definition at line 260 of file DenseStorage.h.