Public Types | Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
Eigen::TensorRef Class Reference

A reference to a tensor expression The expression will be evaluated lazily (as much as possible). More...

#include <TensorForwardDeclarations.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = false, BlockAccess = false, PreferBlockAccess = false,
  Layout = PlainObjectType::Layout, CoordAccess = false, RawAccess = false
}
 
typedef PlainObjectType::Base Base
 
typedef Base::CoeffReturnType CoeffReturnType
 
typedef PlainObjectType::Dimensions Dimensions
 
typedef internal::traits< PlainObjectType >::Index Index
 
typedef Eigen::internal::nested< Self >::type Nested
 
typedef PointerType PointerArgType
 
typedef ScalarPointerType
 
typedef NumTraits< Scalar >::Real RealScalar
 
typedef internal::traits< PlainObjectType >::Scalar Scalar
 
typedef TensorRef< PlainObjectType > Self
 
typedef internal::traits< PlainObjectType >::StorageKind StorageKind
 
typedef internal::TensorBlockNotImplemented TensorBlock
 

Public Member Functions

template<std::size_t NumIndices>
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar coeff (const array< Index, NumIndices > &indices) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar coeff (Index index) const
 
template<std::size_t NumIndices>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (const array< Index, NumIndices > &indices)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index i0, Index i1)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index i0, Index i1, Index i2)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index i0, Index i1, Index i2, Index i3, Index i4)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index index)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index dimension (Index n) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar operator() (Index i0, Index i1) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar operator() (Index i0, Index i1, Index i2) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalaroperator() (Index i0, Index i1, Index i2, Index i3)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar operator() (Index i0, Index i1, Index i2, Index i3) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar operator() (Index i0, Index i1, Index i2, Index i3, Index i4) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar operator() (Index index) const
 
template<typename Expression >
EIGEN_STRONG_INLINE TensorRefoperator= (const Expression &expr)
 
TensorRefoperator= (const TensorRef &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rank () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index size () const
 
EIGEN_STRONG_INLINE TensorRef ()
 
template<typename Expression >
EIGEN_STRONG_INLINE TensorRef (const Expression &expr)
 
 TensorRef (const TensorRef &other)
 
 ~TensorRef ()
 

Static Public Attributes

static const Index NumIndices = PlainObjectType::NumIndices
 

Private Member Functions

EIGEN_STRONG_INLINE void unrefEvaluator ()
 

Private Attributes

internal::TensorLazyBaseEvaluator< Dimensions, Scalar > * m_evaluator
 

Detailed Description

A reference to a tensor expression The expression will be evaluated lazily (as much as possible).

Definition at line 55 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ Base

typedef PlainObjectType::Base Eigen::TensorRef::Base

Definition at line 128 of file TensorRef.h.

◆ CoeffReturnType

typedef Base::CoeffReturnType Eigen::TensorRef::CoeffReturnType

Definition at line 134 of file TensorRef.h.

◆ Dimensions

typedef PlainObjectType::Dimensions Eigen::TensorRef::Dimensions

Definition at line 139 of file TensorRef.h.

◆ Index

typedef internal::traits<PlainObjectType>::Index Eigen::TensorRef::Index

Definition at line 131 of file TensorRef.h.

◆ Nested

Definition at line 129 of file TensorRef.h.

◆ PointerArgType

Definition at line 136 of file TensorRef.h.

◆ PointerType

Definition at line 135 of file TensorRef.h.

◆ RealScalar

Definition at line 133 of file TensorRef.h.

◆ Scalar

Definition at line 132 of file TensorRef.h.

◆ Self

typedef TensorRef<PlainObjectType> Eigen::TensorRef::Self

Definition at line 127 of file TensorRef.h.

◆ StorageKind

Definition at line 130 of file TensorRef.h.

◆ TensorBlock

Definition at line 152 of file TensorRef.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
IsAligned 
PacketAccess 
BlockAccess 
PreferBlockAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 141 of file TensorRef.h.

Constructor & Destructor Documentation

◆ TensorRef() [1/3]

EIGEN_STRONG_INLINE Eigen::TensorRef::TensorRef ( )
inline

Definition at line 155 of file TensorRef.h.

◆ TensorRef() [2/3]

template<typename Expression >
EIGEN_STRONG_INLINE Eigen::TensorRef::TensorRef ( const Expression &  expr)
inline

Definition at line 159 of file TensorRef.h.

◆ ~TensorRef()

Eigen::TensorRef::~TensorRef ( )
inline

Definition at line 171 of file TensorRef.h.

◆ TensorRef() [3/3]

Eigen::TensorRef::TensorRef ( const TensorRef other)
inline

Definition at line 175 of file TensorRef.h.

Member Function Documentation

◆ coeff() [1/2]

template<std::size_t NumIndices>
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::coeff ( const array< Index, NumIndices > &  indices) const
inline

Definition at line 303 of file TensorRef.h.

◆ coeff() [2/2]

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::coeff ( Index  index) const
inline

Definition at line 340 of file TensorRef.h.

◆ coeffRef() [1/5]

template<std::size_t NumIndices>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorRef::coeffRef ( const array< Index, NumIndices > &  indices)
inline

Definition at line 321 of file TensorRef.h.

◆ coeffRef() [2/5]

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorRef::coeffRef ( Index  i0,
Index  i1 
)
inline

Definition at line 263 of file TensorRef.h.

◆ coeffRef() [3/5]

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorRef::coeffRef ( Index  i0,
Index  i1,
Index  i2 
)
inline

Definition at line 271 of file TensorRef.h.

◆ coeffRef() [4/5]

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorRef::coeffRef ( Index  i0,
Index  i1,
Index  i2,
Index  i3,
Index  i4 
)
inline

Definition at line 290 of file TensorRef.h.

◆ coeffRef() [5/5]

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorRef::coeffRef ( Index  index)
inline

Definition at line 346 of file TensorRef.h.

◆ data()

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar* Eigen::TensorRef::data ( ) const
inline

Definition at line 199 of file TensorRef.h.

◆ dimension()

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorRef::dimension ( Index  n) const
inline

Definition at line 193 of file TensorRef.h.

◆ dimensions()

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dimensions& Eigen::TensorRef::dimensions ( ) const
inline

Definition at line 195 of file TensorRef.h.

◆ operator()() [1/6]

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::operator() ( Index  i0,
Index  i1 
) const
inline

Definition at line 225 of file TensorRef.h.

◆ operator()() [2/6]

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::operator() ( Index  i0,
Index  i1,
Index  i2 
) const
inline

Definition at line 233 of file TensorRef.h.

◆ operator()() [3/6]

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::TensorRef::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3 
)
inline

Definition at line 280 of file TensorRef.h.

◆ operator()() [4/6]

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3 
) const
inline

Definition at line 242 of file TensorRef.h.

◆ operator()() [5/6]

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3,
Index  i4 
) const
inline

Definition at line 252 of file TensorRef.h.

◆ operator()() [6/6]

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Scalar Eigen::TensorRef::operator() ( Index  index) const
inline

Definition at line 202 of file TensorRef.h.

◆ operator=() [1/2]

template<typename Expression >
EIGEN_STRONG_INLINE TensorRef& Eigen::TensorRef::operator= ( const Expression &  expr)
inline

Definition at line 164 of file TensorRef.h.

◆ operator=() [2/2]

TensorRef& Eigen::TensorRef::operator= ( const TensorRef other)
inline

Definition at line 180 of file TensorRef.h.

◆ rank()

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorRef::rank ( ) const
inline

Definition at line 191 of file TensorRef.h.

◆ size()

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorRef::size ( ) const
inline

Definition at line 197 of file TensorRef.h.

◆ unrefEvaluator()

EIGEN_STRONG_INLINE void Eigen::TensorRef::unrefEvaluator ( )
inlineprivate

Definition at line 352 of file TensorRef.h.

Member Data Documentation

◆ m_evaluator

internal::TensorLazyBaseEvaluator<Dimensions, Scalar>* Eigen::TensorRef::m_evaluator
private

Definition at line 361 of file TensorRef.h.

◆ NumIndices

const Index Eigen::TensorRef::NumIndices = PlainObjectType::NumIndices
static

Definition at line 138 of file TensorRef.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:07