Public Member Functions | Static Public Member Functions
DenseStorage< T, Size, _Rows, _Cols, _Options > Class Template Reference

#include <DenseStorage.h>

List of all members.

Public Member Functions

void conservativeResize (DenseIndex, DenseIndex, DenseIndex)
const T * data () const
T * data ()
 DenseStorage ()
 DenseStorage (internal::constructor_without_unaligned_array_assert)
 DenseStorage (DenseIndex, DenseIndex, DenseIndex)
void resize (DenseIndex, DenseIndex, DenseIndex)
void swap (DenseStorage &other)

Static Public Member Functions

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

Constructor & Destructor Documentation

DenseStorage ( )
inlineexplicit
DenseStorage ( internal::constructor_without_unaligned_array_assert  )
inline
DenseStorage ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
)
inline

Member Function Documentation

static DenseIndex cols ( void  )
inlinestatic
void conservativeResize ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
)
inline
const T* data ( ) const
inline
T* data ( )
inline
void resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
)
inline
static DenseIndex rows ( void  )
inlinestatic
void swap ( DenseStorage< T, Size, _Rows, _Cols, _Options > &  other)
inline

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