Public Types | Public Member Functions | Private Types | Private Attributes | List of all members
Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ > Struct Template Reference

#include <TensorContractionMapper.h>

Public Types

enum  { DirectOffsets = true }
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Tensor::Scalar coeff (typename Tensor::Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE CoeffLoader (const Tensor &tensor)
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const MakePointer_< const typename Tensor::Scalar >::Type data () const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void offsetBuffer (typename Tensor::Index offset)
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor::PacketReturnType packet (typename Tensor::Index index) const
 

Private Types

typedef Tensor::Scalar Scalar
 

Private Attributes

MakePointer_< const Scalar >::Type m_data
 

Detailed Description

template<typename Tensor, template< class > class MakePointer_>
struct Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >

Definition at line 74 of file TensorContractionMapper.h.

Member Typedef Documentation

◆ Scalar

template<typename Tensor , template< class > class MakePointer_>
typedef Tensor::Scalar Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::Scalar
private

Definition at line 105 of file TensorContractionMapper.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Tensor , template< class > class MakePointer_>
anonymous enum
Enumerator
DirectOffsets 

Definition at line 75 of file TensorContractionMapper.h.

Constructor & Destructor Documentation

◆ CoeffLoader()

template<typename Tensor , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::CoeffLoader ( const Tensor tensor)
inline

Definition at line 79 of file TensorContractionMapper.h.

Member Function Documentation

◆ coeff()

template<typename Tensor , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Tensor::Scalar Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::coeff ( typename Tensor::Index  index) const
inline

Definition at line 90 of file TensorContractionMapper.h.

◆ data()

template<typename Tensor , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const MakePointer_<const typename Tensor::Scalar>::Type Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::data ( ) const
inline

Definition at line 86 of file TensorContractionMapper.h.

◆ offsetBuffer()

template<typename Tensor , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::offsetBuffer ( typename Tensor::Index  offset)
inline

Definition at line 81 of file TensorContractionMapper.h.

◆ packet()

template<typename Tensor , template< class > class MakePointer_>
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor::PacketReturnType Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::packet ( typename Tensor::Index  index) const
inline

Definition at line 93 of file TensorContractionMapper.h.

Member Data Documentation

◆ m_data

template<typename Tensor , template< class > class MakePointer_>
MakePointer_<const Scalar>::Type Eigen::internal::CoeffLoader< Tensor, true, MakePointer_ >::m_data
private

Definition at line 107 of file TensorContractionMapper.h.


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


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