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

#include <DenseStorage.h>

Public Member Functions

EIGEN_DEVICE_FUNC DenseStorage ()
 
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 T * data () const
 
EIGEN_DEVICE_FUNC T * data ()
 

Static Public Member Functions

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

Private Attributes

internal::plain_array< T, Size, _Options > m_data
 

Constructor & Destructor Documentation

◆ DenseStorage() [1/4]

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage ( )
inline

◆ DenseStorage() [2/4]

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage ( internal::constructor_without_unaligned_array_assert  )
inlineexplicit

◆ DenseStorage() [3/4]

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage ( const DenseStorage< T, Size, _Rows, _Cols, _Options > &  other)
inline

◆ DenseStorage() [4/4]

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage ( Index  size,
Index  rows,
Index  cols 
)
inline

Member Function Documentation

◆ cols()

template<typename T , int Size, int _Rows, int _Cols, int _Options>
static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::cols ( void  )
inlinestatic

◆ conservativeResize()

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC void Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::conservativeResize ( Index  ,
Index  ,
Index   
)
inline

◆ data() [1/2]

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC T* Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::data ( )
inline

◆ data() [2/2]

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC const T* Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::data ( ) const
inline

◆ operator=()

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC DenseStorage& Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::operator= ( const DenseStorage< T, Size, _Rows, _Cols, _Options > &  other)
inline

◆ resize()

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC void Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::resize ( Index  ,
Index  ,
Index   
)
inline

◆ rows()

template<typename T , int Size, int _Rows, int _Cols, int _Options>
static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::rows ( void  )
inlinestatic

◆ swap()

template<typename T , int Size, int _Rows, int _Cols, int _Options>
EIGEN_DEVICE_FUNC void Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::swap ( DenseStorage< T, Size, _Rows, _Cols, _Options > &  other)
inline

Member Data Documentation

◆ m_data

template<typename T , int Size, int _Rows, int _Cols, int _Options>
internal::plain_array<T,Size,_Options> Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::m_data
private

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