Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Eigen::TensorEvalToOp< XprType, MakePointer_ > Class Template Reference

#include <TensorEvalTo.h>

Inheritance diagram for Eigen::TensorEvalToOp< XprType, MakePointer_ >:
Inheritance graph
[legend]

Public Types

typedef internal::remove_const< typename XprType::CoeffReturnType >::type CoeffReturnType
 
typedef Eigen::internal::traits< TensorEvalToOp >::Index Index
 
typedef Eigen::internal::nested< TensorEvalToOp >::type Nested
 
typedef MakePointer_< CoeffReturnType >::Type PointerType
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorEvalToOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorEvalToOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorEvalToOp< XprType, MakePointer_ >, ReadOnlyAccessors >
typedef TensorBase< TensorEvalToOp< XprType, MakePointer_ >, ReadOnlyAccessors > Base
 
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorEvalToOp< XprType, MakePointer_ > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC PointerType buffer () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::typeexpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp (PointerType buffer, const XprType &expr)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorEvalToOp< XprType, MakePointer_ >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorEvalToOp< XprType, MakePointer_ > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< DimId, const TensorEvalToOp< XprType, MakePointer_ > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorEvalToOp< XprType, MakePointer_ > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, const TensorEvalToOp< XprType, MakePointer_ > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorEvalToOp< XprType, MakePointer_ >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, const TensorEvalToOp< XprType, MakePointer_ >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
TensorDevice< TensorEvalToOp< XprType, MakePointer_ >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorEvalToOp< XprType, MakePointer_ >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorEvalToOp< XprType, MakePointer_ > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, const TensorEvalToOp< XprType, MakePointer_ > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorEvalToOp< XprType, MakePointer_ > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, const TensorEvalToOp< XprType, MakePointer_ > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvalToOp< XprType, MakePointer_ > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorEvalToOp< XprType, MakePointer_ > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, const TensorEvalToOp< XprType, MakePointer_ > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorEvalToOp< XprType, MakePointer_ > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, const TensorEvalToOp< XprType, MakePointer_ > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorEvalToOp< XprType, MakePointer_ > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingOp< const Strides, const TensorEvalToOp< XprType, MakePointer_ > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorEvalToOp< XprType, MakePointer_ > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorEvalToOp< XprType, MakePointer_ > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorEvalToOp< XprType, MakePointer_ > > swap_layout ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorLayoutSwapOp< const TensorEvalToOp< XprType, MakePointer_ > > swap_layout () const
 

Static Public Attributes

static const int NumDims = Eigen::internal::traits<TensorEvalToOp>::NumDimensions
 
- Static Public Attributes inherited from Eigen::TensorBase< TensorEvalToOp< XprType, MakePointer_ >, ReadOnlyAccessors >
static const int NumDimensions
 

Protected Attributes

PointerType m_buffer
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename XprType, template< class > class MakePointer_>
class Eigen::TensorEvalToOp< XprType, MakePointer_ >

Definition at line 68 of file TensorEvalTo.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename XprType , template< class > class MakePointer_>
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorEvalToOp< XprType, MakePointer_ >::CoeffReturnType

Definition at line 73 of file TensorEvalTo.h.

◆ Index

template<typename XprType , template< class > class MakePointer_>
typedef Eigen::internal::traits<TensorEvalToOp>::Index Eigen::TensorEvalToOp< XprType, MakePointer_ >::Index

Definition at line 77 of file TensorEvalTo.h.

◆ Nested

template<typename XprType , template< class > class MakePointer_>
typedef Eigen::internal::nested<TensorEvalToOp>::type Eigen::TensorEvalToOp< XprType, MakePointer_ >::Nested

Definition at line 75 of file TensorEvalTo.h.

◆ PointerType

template<typename XprType , template< class > class MakePointer_>
typedef MakePointer_<CoeffReturnType>::Type Eigen::TensorEvalToOp< XprType, MakePointer_ >::PointerType

Definition at line 74 of file TensorEvalTo.h.

◆ RealScalar

template<typename XprType , template< class > class MakePointer_>
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorEvalToOp< XprType, MakePointer_ >::RealScalar

Definition at line 72 of file TensorEvalTo.h.

◆ Scalar

template<typename XprType , template< class > class MakePointer_>
typedef Eigen::internal::traits<TensorEvalToOp>::Scalar Eigen::TensorEvalToOp< XprType, MakePointer_ >::Scalar

Definition at line 71 of file TensorEvalTo.h.

◆ StorageKind

template<typename XprType , template< class > class MakePointer_>
typedef Eigen::internal::traits<TensorEvalToOp>::StorageKind Eigen::TensorEvalToOp< XprType, MakePointer_ >::StorageKind

Definition at line 76 of file TensorEvalTo.h.

Constructor & Destructor Documentation

◆ TensorEvalToOp()

template<typename XprType , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorEvalToOp< XprType, MakePointer_ >::TensorEvalToOp ( PointerType  buffer,
const XprType expr 
)
inline

Definition at line 81 of file TensorEvalTo.h.

Member Function Documentation

◆ buffer()

template<typename XprType , template< class > class MakePointer_>
EIGEN_DEVICE_FUNC PointerType Eigen::TensorEvalToOp< XprType, MakePointer_ >::buffer ( ) const
inline

Definition at line 88 of file TensorEvalTo.h.

◆ expression()

template<typename XprType , template< class > class MakePointer_>
const EIGEN_DEVICE_FUNC internal::remove_all<typename XprType::Nested>::type& Eigen::TensorEvalToOp< XprType, MakePointer_ >::expression ( ) const
inline

Definition at line 86 of file TensorEvalTo.h.

Member Data Documentation

◆ m_buffer

template<typename XprType , template< class > class MakePointer_>
PointerType Eigen::TensorEvalToOp< XprType, MakePointer_ >::m_buffer
protected

Definition at line 92 of file TensorEvalTo.h.

◆ m_xpr

template<typename XprType , template< class > class MakePointer_>
XprType::Nested Eigen::TensorEvalToOp< XprType, MakePointer_ >::m_xpr
protected

Definition at line 91 of file TensorEvalTo.h.

◆ NumDims

template<typename XprType , template< class > class MakePointer_>
const int Eigen::TensorEvalToOp< XprType, MakePointer_ >::NumDims = Eigen::internal::traits<TensorEvalToOp>::NumDimensions
static

Definition at line 79 of file TensorEvalTo.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:42