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

#include <DenseStorage.h>

Public Member Functions

EIGEN_DEVICE_FUNC void conservativeResize (Index, Index, Index)
 
EIGEN_DEVICE_FUNC const T * data () const
 
EIGEN_DEVICE_FUNC T * data ()
 
EIGEN_DEVICE_FUNC DenseStorage ()
 
EIGEN_DEVICE_FUNC DenseStorage (internal::constructor_without_unaligned_array_assert)
 
EIGEN_DEVICE_FUNC DenseStorage (const DenseStorage &)
 
EIGEN_DEVICE_FUNC DenseStorage (Index, Index, Index)
 
EIGEN_DEVICE_FUNC DenseStorageoperator= (const DenseStorage &)
 
EIGEN_DEVICE_FUNC void resize (Index, Index, Index)
 
EIGEN_DEVICE_FUNC void swap (DenseStorage &)
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 220 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 223 of file DenseStorage.h.

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

Definition at line 224 of file DenseStorage.h.

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

Definition at line 225 of file DenseStorage.h.

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

Definition at line 227 of file DenseStorage.h.

Member Function Documentation

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

Definition at line 230 of file DenseStorage.h.

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

Definition at line 231 of file DenseStorage.h.

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

Definition at line 233 of file DenseStorage.h.

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

Definition at line 234 of file DenseStorage.h.

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

Definition at line 226 of file DenseStorage.h.

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

Definition at line 232 of file DenseStorage.h.

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

Definition at line 229 of file DenseStorage.h.

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

Definition at line 228 of file DenseStorage.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:00