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

#include <DenseStorage.h>

Public Member Functions

void conservativeResize (Index size, Index rows, Index)
 
EIGEN_DEVICE_FUNC const T * data () const
 
EIGEN_DEVICE_FUNC T * data ()
 
EIGEN_DEVICE_FUNC DenseStorage ()
 
 DenseStorage (internal::constructor_without_unaligned_array_assert)
 
EIGEN_DEVICE_FUNC DenseStorage (Index size, Index rows, Index cols)
 
EIGEN_DEVICE_FUNC DenseStorage (const DenseStorage &other)
 
EIGEN_DEVICE_FUNC DenseStorageoperator= (const DenseStorage &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize (Index size, Index rows, Index)
 
EIGEN_DEVICE_FUNC Index rows (void) const
 
EIGEN_DEVICE_FUNC void swap (DenseStorage &other)
 
EIGEN_DEVICE_FUNC ~DenseStorage ()
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC Index cols (void)
 

Private Attributes

T * m_data
 
Index m_rows
 

Detailed Description

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

Definition at line 495 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 500 of file DenseStorage.h.

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

Definition at line 501 of file DenseStorage.h.

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

Definition at line 502 of file DenseStorage.h.

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

Definition at line 508 of file DenseStorage.h.

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

Definition at line 542 of file DenseStorage.h.

Member Function Documentation

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

Definition at line 545 of file DenseStorage.h.

template<typename T , int _Cols, int _Options>
void Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::conservativeResize ( Index  size,
Index  rows,
Index   
)
inline

Definition at line 546 of file DenseStorage.h.

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

Definition at line 564 of file DenseStorage.h.

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

Definition at line 565 of file DenseStorage.h.

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

Definition at line 515 of file DenseStorage.h.

template<typename T , int _Cols, int _Options>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::resize ( Index  size,
Index  rows,
Index   
)
inline

Definition at line 551 of file DenseStorage.h.

template<typename T , int _Cols, int _Options>
EIGEN_DEVICE_FUNC Index Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::rows ( void  ) const
inline

Definition at line 544 of file DenseStorage.h.

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

Definition at line 543 of file DenseStorage.h.

Member Data Documentation

template<typename T , int _Cols, int _Options>
T* Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::m_data
private

Definition at line 497 of file DenseStorage.h.

template<typename T , int _Cols, int _Options>
Index Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::m_rows
private

Definition at line 498 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