Public Member Functions | Static Public Member Functions

ei_matrix_storage< T, Size, _Rows, _Cols, _Options > Class Template Reference

#include <MatrixStorage.h>

List of all members.

Public Member Functions

 ei_matrix_storage ()
 ei_matrix_storage (ei_constructor_without_unaligned_array_assert)
 ei_matrix_storage (DenseIndex, DenseIndex, DenseIndex)
void swap (ei_matrix_storage &other)
void conservativeResize (DenseIndex, DenseIndex, DenseIndex)
void resize (DenseIndex, DenseIndex, DenseIndex)
const T * data () const
T * data ()

Static Public Member Functions

static DenseIndex rows (void)
static DenseIndex cols (void)

template<typename T, int Size, int _Rows, int _Cols, int _Options>
class ei_matrix_storage< T, Size, _Rows, _Cols, _Options >


Constructor & Destructor Documentation

template<typename T, int Size, int _Rows, int _Cols, int _Options>
ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::ei_matrix_storage (  )  [inline, explicit]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::ei_matrix_storage ( ei_constructor_without_unaligned_array_assert   )  [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::ei_matrix_storage ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
) [inline]

Member Function Documentation

template<typename T, int Size, int _Rows, int _Cols, int _Options>
static DenseIndex ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::cols ( void   )  [inline, static]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
void ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::conservativeResize ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
) [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
T* ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::data (  )  [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
const T* ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::data (  )  const [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
void ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
) [inline]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
static DenseIndex ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::rows ( void   )  [inline, static]
template<typename T, int Size, int _Rows, int _Cols, int _Options>
void ei_matrix_storage< T, Size, _Rows, _Cols, _Options >::swap ( ei_matrix_storage< T, Size, _Rows, _Cols, _Options > &  other  )  [inline]

The documentation for this class was generated from the following file: