#include <MatrixStorage.h>
Public Member Functions | |
T * | data () |
const T * | data () const |
ei_matrix_storage (int, int, int) | |
ei_matrix_storage (ei_constructor_without_unaligned_array_assert) | |
ei_matrix_storage () | |
void | resize (int, int, int) |
void | swap (ei_matrix_storage &other) |
Static Public Member Functions | |
static int | cols (void) |
static int | rows (void) |
Private Attributes | |
ei_matrix_array< T, Size, _Options > | m_data |
Definition at line 72 of file MatrixStorage.h.
ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::ei_matrix_storage | ( | ) | [inline, explicit] |
Definition at line 76 of file MatrixStorage.h.
ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::ei_matrix_storage | ( | ei_constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 77 of file MatrixStorage.h.
ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::ei_matrix_storage | ( | int | , | |
int | , | |||
int | ||||
) | [inline] |
Definition at line 79 of file MatrixStorage.h.
static int ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::cols | ( | void | ) | [inline, static] |
Definition at line 82 of file MatrixStorage.h.
T* ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::data | ( | ) | [inline] |
Definition at line 85 of file MatrixStorage.h.
const T* ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::data | ( | ) | const [inline] |
Definition at line 84 of file MatrixStorage.h.
void ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::resize | ( | int | , | |
int | , | |||
int | ||||
) | [inline] |
Definition at line 83 of file MatrixStorage.h.
static int ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::rows | ( | void | ) | [inline, static] |
Definition at line 81 of file MatrixStorage.h.
void ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::swap | ( | ei_matrix_storage< T, Size, _Rows, _Cols, _Options > & | other | ) | [inline] |
Definition at line 80 of file MatrixStorage.h.
ei_matrix_array<T,Size,_Options> ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::m_data [private] |
Definition at line 74 of file MatrixStorage.h.