#include <MatrixStorage.h>
Public Member Functions | |
ei_matrix_array (ei_constructor_without_unaligned_array_assert) | |
ei_matrix_array () | |
Public Attributes | |
EIGEN_ALIGN_128 T | array [Size] |
Definition at line 36 of file MatrixStorage.h.
ei_matrix_array< T, Size, MatrixOptions, Align >::ei_matrix_array | ( | ) | [inline] |
Definition at line 40 of file MatrixStorage.h.
ei_matrix_array< T, Size, MatrixOptions, Align >::ei_matrix_array | ( | ei_constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 48 of file MatrixStorage.h.
EIGEN_ALIGN_128 T ei_matrix_array< T, Size, MatrixOptions, Align >::array[Size] |
Definition at line 38 of file MatrixStorage.h.