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 const FixedDimensions & dimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DenseIndex size () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStorage ()
 

Private Attributes

EIGEN_ALIGN_MAX T m_data [MinSize]
 
FixedDimensions m_dimensions
 

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

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

Definition at line 52 of file TensorStorage.h.

Member Function Documentation

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

Definition at line 56 of file TensorStorage.h.

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 58 of file TensorStorage.h.

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

Definition at line 61 of file TensorStorage.h.

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 64 of file TensorStorage.h.

Member Data Documentation

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.

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

Definition at line 48 of file TensorStorage.h.

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.

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 Sat May 8 2021 02:55:39