Public Member Functions | |
constexpr void | conservativeResize (Index, Index, Index) |
constexpr T * | data () |
constexpr const T * | data () const |
constexpr | DenseStorage () |
constexpr | DenseStorage (const DenseStorage &)=default |
constexpr | DenseStorage (DenseStorage &&)=default |
constexpr | DenseStorage (Index size, Index rows, Index cols) |
constexpr | DenseStorage (internal::constructor_without_unaligned_array_assert) |
constexpr DenseStorage & | operator= (const DenseStorage &)=default |
constexpr DenseStorage & | operator= (DenseStorage &&)=default |
constexpr void | resize (Index, Index, Index) |
void | swap (DenseStorage &other) |
Static Public Member Functions | |
static constexpr Index | cols (void) EIGEN_NOEXCEPT |
static constexpr Index | rows (void) EIGEN_NOEXCEPT |
Private Attributes | |
internal::plain_array< T, Size, Options_ > | m_data |
Definition at line 174 of file DenseStorage.h.
|
inlineconstexpr |
Definition at line 178 of file DenseStorage.h.
|
inlineexplicitconstexpr |
Definition at line 181 of file DenseStorage.h.
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
Definition at line 194 of file DenseStorage.h.
|
inlinestaticconstexpr |
Definition at line 205 of file DenseStorage.h.
|
inlineconstexpr |
Definition at line 206 of file DenseStorage.h.
|
inlineconstexpr |
Definition at line 209 of file DenseStorage.h.
|
inlineconstexpr |
Definition at line 208 of file DenseStorage.h.
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
Definition at line 207 of file DenseStorage.h.
|
inlinestaticconstexpr |
Definition at line 204 of file DenseStorage.h.
|
inline |
Definition at line 201 of file DenseStorage.h.
|
private |
Definition at line 176 of file DenseStorage.h.