Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorRef< Derived >, Device > Struct Template Reference

#include <TensorRef.h>

Inheritance diagram for Eigen::TensorEvaluator< const TensorRef< Derived >, Device >:
Inheritance graph
[legend]

Public Types

enum  {
  IsAligned = false, PacketAccess = false, BlockAccess = false, PreferBlockAccess = false,
  Layout = TensorRef<Derived>::Layout, CoordAccess = false, RawAccess = false
}
 
typedef Derived::Scalar CoeffReturnType
 
typedef Derived::Dimensions Dimensions
 
typedef Storage::Type EvaluatorPointerType
 
typedef Derived::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef Derived::Scalar Scalar
 
typedef StorageMemory< CoeffReturnType, Device > Storage
 
typedef internal::TensorBlockNotImplemented TensorBlock
 

Public Member Functions

EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index index)
 
EIGEN_DEVICE_FUNC const Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (EvaluatorPointerType)
 
EIGEN_STRONG_INLINE TensorEvaluator (const TensorRef< Derived > &m, const Device &)
 

Protected Attributes

TensorRef< Derived > m_ref
 

Detailed Description

template<typename Derived, typename Device>
struct Eigen::TensorEvaluator< const TensorRef< Derived >, Device >

Definition at line 367 of file TensorRef.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Derived , typename Device >
typedef Derived::Scalar Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::CoeffReturnType

Definition at line 371 of file TensorRef.h.

◆ Dimensions

template<typename Derived , typename Device >
typedef Derived::Dimensions Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::Dimensions

Definition at line 373 of file TensorRef.h.

◆ EvaluatorPointerType

template<typename Derived , typename Device >
typedef Storage::Type Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::EvaluatorPointerType

Definition at line 375 of file TensorRef.h.

◆ Index

template<typename Derived , typename Device >
typedef Derived::Index Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::Index

Definition at line 369 of file TensorRef.h.

◆ PacketReturnType

template<typename Derived , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::PacketReturnType

Definition at line 372 of file TensorRef.h.

◆ Scalar

template<typename Derived , typename Device >
typedef Derived::Scalar Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::Scalar

Definition at line 370 of file TensorRef.h.

◆ Storage

template<typename Derived , typename Device >
typedef StorageMemory<CoeffReturnType, Device> Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::Storage

Definition at line 374 of file TensorRef.h.

◆ TensorBlock

template<typename Derived , typename Device >
typedef internal::TensorBlockNotImplemented Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::TensorBlock

Definition at line 388 of file TensorRef.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Derived , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 377 of file TensorRef.h.

Constructor & Destructor Documentation

◆ TensorEvaluator()

template<typename Derived , typename Device >
EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::TensorEvaluator ( const TensorRef< Derived > &  m,
const Device &   
)
inline

Definition at line 391 of file TensorRef.h.

Member Function Documentation

◆ cleanup()

template<typename Derived , typename Device >
EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::cleanup ( )
inline

Definition at line 401 of file TensorRef.h.

◆ coeff()

template<typename Derived , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::coeff ( Index  index) const
inline

Definition at line 403 of file TensorRef.h.

◆ coeffRef()

template<typename Derived , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::coeffRef ( Index  index)
inline

Definition at line 407 of file TensorRef.h.

◆ data()

template<typename Derived , typename Device >
EIGEN_DEVICE_FUNC const Scalar* Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::data ( ) const
inline

Definition at line 411 of file TensorRef.h.

◆ dimensions()

template<typename Derived , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::dimensions ( ) const
inline

Definition at line 395 of file TensorRef.h.

◆ evalSubExprsIfNeeded()

template<typename Derived , typename Device >
EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::evalSubExprsIfNeeded ( EvaluatorPointerType  )
inline

Definition at line 397 of file TensorRef.h.

Member Data Documentation

◆ m_ref

template<typename Derived , typename Device >
TensorRef<Derived> Eigen::TensorEvaluator< const TensorRef< Derived >, Device >::m_ref
protected

Definition at line 414 of file TensorRef.h.


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


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