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

#include <DenseStorage.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

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

Definition at line 299 of file DenseStorage.h.

Constructor & Destructor Documentation

◆ DenseStorage() [1/4]

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

Definition at line 305 of file DenseStorage.h.

◆ DenseStorage() [2/4]

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

Definition at line 306 of file DenseStorage.h.

◆ DenseStorage() [3/4]

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

Definition at line 308 of file DenseStorage.h.

◆ DenseStorage() [4/4]

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

Definition at line 323 of file DenseStorage.h.

Member Function Documentation

◆ cols()

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

Definition at line 331 of file DenseStorage.h.

◆ conservativeResize()

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

Definition at line 332 of file DenseStorage.h.

◆ data() [1/2]

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

Definition at line 334 of file DenseStorage.h.

◆ data() [2/2]

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

Definition at line 335 of file DenseStorage.h.

◆ operator=()

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

Definition at line 313 of file DenseStorage.h.

◆ resize()

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

Definition at line 333 of file DenseStorage.h.

◆ rows()

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

Definition at line 330 of file DenseStorage.h.

◆ swap()

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

Definition at line 324 of file DenseStorage.h.

Member Data Documentation

◆ m_cols

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

Definition at line 303 of file DenseStorage.h.

◆ m_data

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

Definition at line 301 of file DenseStorage.h.

◆ m_rows

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

Definition at line 302 of file DenseStorage.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:35