Go to the source code of this file.
Classes |
struct | ei_constructor_without_unaligned_array_assert |
struct | ei_matrix_array< T, Size, MatrixOptions, Alignment > |
struct | ei_matrix_array< T, Size, MatrixOptions, 16 > |
struct | ei_matrix_array< T, 0, MatrixOptions, Alignment > |
class | ei_matrix_storage< T, Size, _Rows, _Cols, _Options > |
class | ei_matrix_storage< T, 0, _Rows, _Cols, _Options > |
class | ei_matrix_storage< T, Size, Dynamic, Dynamic, _Options > |
class | ei_matrix_storage< T, Size, Dynamic, _Cols, _Options > |
class | ei_matrix_storage< T, Size, _Rows, Dynamic, _Options > |
class | ei_matrix_storage< T, Dynamic, Dynamic, Dynamic, _Options > |
class | ei_matrix_storage< T, Dynamic, _Rows, Dynamic, _Options > |
class | ei_matrix_storage< T, Dynamic, Dynamic, _Cols, _Options > |
Defines |
#define | EIGEN_INT_DEBUG_MATRIX_CTOR |
#define | EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT(sizemask) |
Define Documentation
#define EIGEN_INT_DEBUG_MATRIX_CTOR |
#define EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT |
( |
|
sizemask |
) |
|
Value:ei_assert((reinterpret_cast<size_t>(array) & sizemask) == 0 \
&& "this assertion is explained here: " \
"http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html" \
" **** READ THIS WEB PAGE !!! ****");