Public Member Functions

ei_matrix_storage< T, Size, Dynamic, Dynamic, _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 rows, DenseIndex cols)
void swap (ei_matrix_storage &other)
DenseIndex rows (void) const
DenseIndex cols (void) const
void conservativeResize (DenseIndex, DenseIndex rows, DenseIndex cols)
void resize (DenseIndex, DenseIndex rows, DenseIndex cols)
const T * data () const
T * data ()

template<typename T, int Size, int _Options>
class ei_matrix_storage< T, Size, Dynamic, Dynamic, _Options >


Constructor & Destructor Documentation

template<typename T , int Size, int _Options>
ei_matrix_storage< T, Size, Dynamic, Dynamic, _Options >::ei_matrix_storage (  )  [inline, explicit]
template<typename T , int Size, int _Options>
ei_matrix_storage< T, Size, Dynamic, Dynamic, _Options >::ei_matrix_storage ( ei_constructor_without_unaligned_array_assert   )  [inline]
template<typename T , int Size, int _Options>
ei_matrix_storage< T, Size, Dynamic, Dynamic, _Options >::ei_matrix_storage ( DenseIndex  ,
DenseIndex  rows,
DenseIndex  cols 
) [inline]

Member Function Documentation

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

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