Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
Eigen::TensorStorage< T, FixedDimensions, Options_ > Class Template Reference

#include <TensorStorage.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tdata ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Tdata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DenseIndex size () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStorage ()
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const FixedDimensions & dimensions ()
 

Private Attributes

EIGEN_ALIGN_MAX T m_data [MinSize]
 

Static Private Attributes

static const std::size_t MinSize = max_n_1<Size>::size
 
static const std::size_t Size = FixedDimensions::total_size
 

Detailed Description

template<typename T, typename FixedDimensions, int Options_>
class Eigen::TensorStorage< T, FixedDimensions, Options_ >

Definition at line 34 of file TensorStorage.h.

Constructor & Destructor Documentation

◆ TensorStorage()

template<typename T, typename FixedDimensions, int Options_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorStorage< T, FixedDimensions, Options_ >::TensorStorage ( )
inline

Definition at line 50 of file TensorStorage.h.

Member Function Documentation

◆ data() [1/2]

template<typename T, typename FixedDimensions, int Options_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T* Eigen::TensorStorage< T, FixedDimensions, Options_ >::data ( )
inline

Definition at line 54 of file TensorStorage.h.

◆ data() [2/2]

template<typename T, typename FixedDimensions, int Options_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T* Eigen::TensorStorage< T, FixedDimensions, Options_ >::data ( ) const
inline

Definition at line 56 of file TensorStorage.h.

◆ dimensions()

template<typename T, typename FixedDimensions, int Options_>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const FixedDimensions& Eigen::TensorStorage< T, FixedDimensions, Options_ >::dimensions ( )
inlinestatic

Definition at line 59 of file TensorStorage.h.

◆ size()

template<typename T, typename FixedDimensions, int Options_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DenseIndex Eigen::TensorStorage< T, FixedDimensions, Options_ >::size ( ) const
inline

Definition at line 66 of file TensorStorage.h.

Member Data Documentation

◆ m_data

template<typename T, typename FixedDimensions, int Options_>
EIGEN_ALIGN_MAX T Eigen::TensorStorage< T, FixedDimensions, Options_ >::m_data[MinSize]
private

Definition at line 46 of file TensorStorage.h.

◆ MinSize

template<typename T, typename FixedDimensions, int Options_>
const std::size_t Eigen::TensorStorage< T, FixedDimensions, Options_ >::MinSize = max_n_1<Size>::size
staticprivate

Definition at line 45 of file TensorStorage.h.

◆ Size

template<typename T, typename FixedDimensions, int Options_>
const std::size_t Eigen::TensorStorage< T, FixedDimensions, Options_ >::Size = FixedDimensions::total_size
staticprivate

Definition at line 42 of file TensorStorage.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:16