Public Member Functions | |
| void | conservativeResize (DenseIndex, DenseIndex, DenseIndex) |
| const T * | data () const |
| T * | data () |
| DenseStorage () | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (DenseIndex, DenseIndex, DenseIndex) | |
| void | resize (DenseIndex, DenseIndex, DenseIndex) |
| void | swap (DenseStorage &other) |
Static Public Member Functions | |
| static DenseIndex | cols (void) |
| static DenseIndex | rows (void) |
| DenseStorage | ( | ) | [inline, explicit] |
| DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
| DenseStorage | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| static DenseIndex cols | ( | void | ) | [inline, static] |
| void conservativeResize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| const T* data | ( | ) | const [inline] |
| T* data | ( | ) | [inline] |
| void resize | ( | DenseIndex | , |
| DenseIndex | , | ||
| DenseIndex | |||
| ) | [inline] |
| static DenseIndex rows | ( | void | ) | [inline, static] |
| void swap | ( | DenseStorage< T, Size, _Rows, _Cols, _Options > & | other | ) | [inline] |
1.7.5.1