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)

template<typename T, int Size, int _Rows, int _Cols, int _Options>
class Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >


Constructor & Destructor Documentation

DenseStorage ( ) [inline, explicit]
DenseStorage ( internal::constructor_without_unaligned_array_assert  ) [inline]
DenseStorage ( DenseIndex  ,
DenseIndex  ,
DenseIndex   
) [inline]

Member Function Documentation

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

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