Public Types | Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ > Class Template Reference

A tensor expression mapping an existing array of data. More...

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >:
Inheritance graph
[legend]

Public Types

enum  { IsAligned = ((int(Options_)&Aligned)==Aligned), Layout = PlainObjectType::Layout, CoordAccess = true, RawAccess = true }
 
typedef TensorBase< TensorMap< PlainObjectType, Options_, MakePointer_ > > Base
 
typedef PlainObjectType::Base::CoeffReturnType CoeffReturnType
 
typedef PlainObjectType::Dimensions Dimensions
 
typedef internal::traits< PlainObjectType >::Index Index
 
typedef Eigen::internal::nested< Self >::type Nested
 
typedef MakePointer_< Scalar >::ConstType PointerConstType
 
typedef MakePointer_< Scalar >::Type PointerType
 
typedef NumTraits< Scalar >::Real RealScalar
 
typedef internal::traits< PlainObjectType >::Scalar Scalar
 
typedef TensorMap< PlainObjectType, Options_, MakePointer_ > Self
 
typedef internal::traits< PlainObjectType >::StorageKind StorageKind
 
typedef internal::conditional< bool(internal::is_lvalue< PlainObjectType >::value), PointerType, PointerConstType >::type StoragePointerType
 
typedef internal::conditional< bool(internal::is_lvalue< PlainObjectType >::value), Scalar &, const Scalar &>::type StorageRefType
 
- Public Types inherited from Eigen::TensorBase< TensorMap< PlainObjectType, Options_, MakePointer_ > >
typedef TensorBase< TensorMap< PlainObjectType, Options_, MakePointer_ >, ReadOnlyAccessors > Base
 
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorMap< PlainObjectType, Options_, MakePointer_ > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StoragePointerType data ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StoragePointerType data () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index dimension (Index n) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (const array< Index, NumIndices > &indices) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1, Index i2) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1, Index i2, Index i3) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1, Index i2, Index i3, Index i4) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (const array< Index, NumIndices > &indices)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1, Index i2)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1, Index i2, Index i3)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType operator() (Index i0, Index i1, Index i2, Index i3, Index i4)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rank () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index size () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, Index firstDimension)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, Index dim1, Index dim2)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Index dim4)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Index dim4, Index dim5)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, const array< Index, NumIndices > &dimensions)
 
template<typename Dimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (StoragePointerType dataPtr, const Dimensions &dimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap (PlainObjectType &tensor)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorMap< PlainObjectType, Options_, MakePointer_ > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorMap< PlainObjectType, Options_, MakePointer_ > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorMap< PlainObjectType, Options_, MakePointer_ > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorMap< PlainObjectType, Options_, MakePointer_ > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorMap< PlainObjectType, Options_, MakePointer_ > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorMap< PlainObjectType, Options_, MakePointer_ >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorMap< PlainObjectType, Options_, MakePointer_ >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorMap< PlainObjectType, Options_, MakePointer_ >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorMap< PlainObjectType, Options_, MakePointer_ >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorMap< PlainObjectType, Options_, MakePointer_ > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorMap< PlainObjectType, Options_, MakePointer_ > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorMap< PlainObjectType, Options_, MakePointer_ > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorMap< PlainObjectType, Options_, MakePointer_ > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorMap< PlainObjectType, Options_, MakePointer_ > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorMap< PlainObjectType, Options_, MakePointer_ > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorMap< PlainObjectType, Options_, MakePointer_ > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorMap< PlainObjectType, Options_, MakePointer_ > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorMap< PlainObjectType, Options_, MakePointer_ > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorMap< PlainObjectType, Options_, MakePointer_ > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorMap< PlainObjectType, Options_, MakePointer_ > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorMap< PlainObjectType, Options_, MakePointer_ > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorMap< PlainObjectType, Options_, MakePointer_ > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorMap< PlainObjectType, Options_, MakePointer_ > > swap_layout ()
 

Static Public Attributes

static const Index NumIndices = PlainObjectType::NumIndices
 
static const int Options = Options_
 
- Static Public Attributes inherited from Eigen::TensorBase< TensorMap< PlainObjectType, Options_, MakePointer_ > >
static const int NumDimensions
 

Private Attributes

StoragePointerType m_data
 
Dimensions m_dimensions
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorBase< TensorMap< PlainObjectType, Options_, MakePointer_ > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorMap< PlainObjectType, Options_, MakePointer_ > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap< PlainObjectType, Options_, MakePointer_ > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
class Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >

A tensor expression mapping an existing array of data.

template <class> class MakePointer_ is added to convert the host pointer to the device pointer. It is added due to the fact that for our device compiler T* is not allowed. If we wanted to use the same Evaluator functions we have to convert that type to our pointer T. This is done through our MakePointer_ class. By default the Type in the MakePointer_<T> is T* . Therefore, by adding the default value, we managed to convert the type and it does not break any existing code as its default value is T*.

Definition at line 52 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ Base

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef TensorBase<TensorMap<PlainObjectType, Options_, MakePointer_> > Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Base

Definition at line 33 of file TensorMap.h.

◆ CoeffReturnType

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef PlainObjectType::Base::CoeffReturnType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::CoeffReturnType

Definition at line 43 of file TensorMap.h.

◆ Dimensions

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef PlainObjectType::Dimensions Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Dimensions

Definition at line 70 of file TensorMap.h.

◆ Index

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef internal::traits<PlainObjectType>::Index Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Index

Definition at line 40 of file TensorMap.h.

◆ Nested

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef Eigen::internal::nested<Self>::type Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Nested

Definition at line 37 of file TensorMap.h.

◆ PointerConstType

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef MakePointer_<Scalar>::ConstType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::PointerConstType

Definition at line 46 of file TensorMap.h.

◆ PointerType

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef MakePointer_<Scalar>::Type Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::PointerType

Definition at line 45 of file TensorMap.h.

◆ RealScalar

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef NumTraits<Scalar>::Real Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::RealScalar

Definition at line 42 of file TensorMap.h.

◆ Scalar

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef internal::traits<PlainObjectType>::Scalar Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Scalar

Definition at line 41 of file TensorMap.h.

◆ Self

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef TensorMap<PlainObjectType, Options_, MakePointer_> Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Self

Definition at line 32 of file TensorMap.h.

◆ StorageKind

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef internal::traits<PlainObjectType>::StorageKind Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::StorageKind

Definition at line 39 of file TensorMap.h.

◆ StoragePointerType

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef internal::conditional< bool(internal::is_lvalue<PlainObjectType>::value), PointerType, PointerConstType >::type Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::StoragePointerType

Definition at line 56 of file TensorMap.h.

◆ StorageRefType

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
typedef internal::conditional< bool(internal::is_lvalue<PlainObjectType>::value), Scalar&, const Scalar& >::type Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::StorageRefType

Definition at line 65 of file TensorMap.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
anonymous enum
Enumerator
IsAligned 
Layout 
CoordAccess 
RawAccess 

Definition at line 72 of file TensorMap.h.

Constructor & Destructor Documentation

◆ TensorMap() [1/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr)
inline

Definition at line 80 of file TensorMap.h.

◆ TensorMap() [2/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
Index  firstDimension 
)
inline

Definition at line 93 of file TensorMap.h.

◆ TensorMap() [3/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
Index  dim1,
Index  dim2 
)
inline

Definition at line 98 of file TensorMap.h.

◆ TensorMap() [4/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
Index  dim1,
Index  dim2,
Index  dim3 
)
inline

Definition at line 102 of file TensorMap.h.

◆ TensorMap() [5/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
Index  dim1,
Index  dim2,
Index  dim3,
Index  dim4 
)
inline

Definition at line 106 of file TensorMap.h.

◆ TensorMap() [6/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
Index  dim1,
Index  dim2,
Index  dim3,
Index  dim4,
Index  dim5 
)
inline

Definition at line 110 of file TensorMap.h.

◆ TensorMap() [7/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
const array< Index, NumIndices > &  dimensions 
)
inline

Definition at line 115 of file TensorMap.h.

◆ TensorMap() [8/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
template<typename Dimensions >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( StoragePointerType  dataPtr,
const Dimensions dimensions 
)
inline

Definition at line 120 of file TensorMap.h.

◆ TensorMap() [9/9]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::TensorMap ( PlainObjectType &  tensor)
inline

Definition at line 124 of file TensorMap.h.

Member Function Documentation

◆ data() [1/2]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StoragePointerType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::data ( )
inline

Definition at line 137 of file TensorMap.h.

◆ data() [2/2]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StoragePointerType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::data ( ) const
inline

Definition at line 139 of file TensorMap.h.

◆ dimension()

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::dimension ( Index  n) const
inline

Definition at line 131 of file TensorMap.h.

◆ dimensions()

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::dimensions ( ) const
inline

Definition at line 133 of file TensorMap.h.

◆ operator()() [1/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( const array< Index, NumIndices > &  indices) const
inline

Definition at line 142 of file TensorMap.h.

◆ operator()() [2/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( ) const
inline

Definition at line 155 of file TensorMap.h.

◆ operator()() [3/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  index) const
inline

Definition at line 162 of file TensorMap.h.

◆ operator()() [4/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1 
) const
inline

Definition at line 184 of file TensorMap.h.

◆ operator()() [5/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1,
Index  i2 
) const
inline

Definition at line 195 of file TensorMap.h.

◆ operator()() [6/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3 
) const
inline

Definition at line 206 of file TensorMap.h.

◆ operator()() [7/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3,
Index  i4 
) const
inline

Definition at line 217 of file TensorMap.h.

◆ operator()() [8/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( const array< Index, NumIndices > &  indices)
inline

Definition at line 230 of file TensorMap.h.

◆ operator()() [9/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( )
inline

Definition at line 243 of file TensorMap.h.

◆ operator()() [10/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  index)
inline

Definition at line 250 of file TensorMap.h.

◆ operator()() [11/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1 
)
inline

Definition at line 273 of file TensorMap.h.

◆ operator()() [12/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1,
Index  i2 
)
inline

Definition at line 284 of file TensorMap.h.

◆ operator()() [13/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3 
)
inline

Definition at line 295 of file TensorMap.h.

◆ operator()() [14/14]

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE StorageRefType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::operator() ( Index  i0,
Index  i1,
Index  i2,
Index  i3,
Index  i4 
)
inline

Definition at line 306 of file TensorMap.h.

◆ rank()

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::rank ( ) const
inline

Definition at line 129 of file TensorMap.h.

◆ size()

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::size ( ) const
inline

Definition at line 135 of file TensorMap.h.

Member Data Documentation

◆ m_data

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
StoragePointerType Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::m_data
private

Definition at line 321 of file TensorMap.h.

◆ m_dimensions

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
Dimensions Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::m_dimensions
private

Definition at line 322 of file TensorMap.h.

◆ NumIndices

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
const Index Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::NumIndices = PlainObjectType::NumIndices
static

Definition at line 69 of file TensorMap.h.

◆ Options

template<typename PlainObjectType, int Options_, template< class > class MakePointer_>
const int Eigen::TensorMap< PlainObjectType, Options_, MakePointer_ >::Options = Options_
static

Definition at line 67 of file TensorMap.h.


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


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