compbio
Public Member Functions | Static Public Member Functions | List of all members
Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options > Class Template Reference

Public Member Functions

EIGEN_DEVICE_FUNC DenseStorage (internal::constructor_without_unaligned_array_assert)
 
EIGEN_DEVICE_FUNC DenseStorage (const DenseStorage &other)
 
EIGEN_DEVICE_FUNC DenseStorageoperator= (const DenseStorage &other)
 
EIGEN_DEVICE_FUNC DenseStorage (Index size, Index rows, Index cols)
 
EIGEN_DEVICE_FUNC void swap (DenseStorage &other)
 
EIGEN_DEVICE_FUNC void conservativeResize (Index, Index, Index)
 
EIGEN_DEVICE_FUNC void resize (Index, Index, Index)
 
EIGEN_DEVICE_FUNC const Tdata () const
 
EIGEN_DEVICE_FUNC Tdata ()
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC Index rows (void)
 
static EIGEN_DEVICE_FUNC Index cols (void)
 

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