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

#include <DenseStorage.h>

Public Member Functions

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

Private Attributes

Index m_cols
 
T * m_data
 
Index m_rows
 

Detailed Description

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

Definition at line 338 of file DenseStorage.h.

Constructor & Destructor Documentation

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

Definition at line 344 of file DenseStorage.h.

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

Definition at line 345 of file DenseStorage.h.

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

Definition at line 347 of file DenseStorage.h.

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

Definition at line 353 of file DenseStorage.h.

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

Definition at line 391 of file DenseStorage.h.

Member Function Documentation

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

Definition at line 395 of file DenseStorage.h.

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

Definition at line 396 of file DenseStorage.h.

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

Definition at line 416 of file DenseStorage.h.

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

Definition at line 417 of file DenseStorage.h.

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

Definition at line 361 of file DenseStorage.h.

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

Definition at line 402 of file DenseStorage.h.

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

Definition at line 394 of file DenseStorage.h.

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

Definition at line 392 of file DenseStorage.h.

Member Data Documentation

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

Definition at line 342 of file DenseStorage.h.

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

Definition at line 340 of file DenseStorage.h.

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

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