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

#include <DenseStorage.h>

Public Member Functions

EIGEN_DEVICE_FUNC Index cols (void) const
 
void conservativeResize (Index, Index, Index cols)
 
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 &other)
 
EIGEN_DEVICE_FUNC DenseStorage (Index, Index, Index cols)
 
EIGEN_DEVICE_FUNC DenseStorageoperator= (const DenseStorage &other)
 
void resize (Index, Index, Index cols)
 
EIGEN_DEVICE_FUNC Index rows (void) const
 
EIGEN_DEVICE_FUNC void swap (DenseStorage &other)
 

Private Attributes

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

Detailed Description

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

Definition at line 309 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 314 of file DenseStorage.h.

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

Definition at line 315 of file DenseStorage.h.

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

Definition at line 317 of file DenseStorage.h.

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

Definition at line 327 of file DenseStorage.h.

Member Function Documentation

template<typename T , int Size, int _Rows, int _Options>
EIGEN_DEVICE_FUNC Index Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::cols ( void  ) const
inline

Definition at line 330 of file DenseStorage.h.

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

Definition at line 331 of file DenseStorage.h.

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

Definition at line 333 of file DenseStorage.h.

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

Definition at line 334 of file DenseStorage.h.

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

Definition at line 318 of file DenseStorage.h.

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

Definition at line 332 of file DenseStorage.h.

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

Definition at line 329 of file DenseStorage.h.

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

Definition at line 328 of file DenseStorage.h.

Member Data Documentation

template<typename T , int Size, int _Rows, int _Options>
Index Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_cols
private

Definition at line 312 of file DenseStorage.h.

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

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