Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorForcedEvalOp< XprType > Class Template Reference

#include <TensorForcedEval.h>

Inheritance diagram for Eigen::TensorForcedEvalOp< XprType >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Protected Attributes

XprType::Nested m_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorForcedEvalOp< XprType >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorForcedEvalOp< XprType >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorForcedEvalOp< XprType > & derived ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorForcedEvalOp< XprType > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorForcedEvalOp< XprType > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename XprType>
class Eigen::TensorForcedEvalOp< XprType >

Definition at line 59 of file TensorForcedEval.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename XprType >
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorForcedEvalOp< XprType >::CoeffReturnType

Definition at line 64 of file TensorForcedEval.h.

◆ Index

Definition at line 67 of file TensorForcedEval.h.

◆ Nested

Definition at line 65 of file TensorForcedEval.h.

◆ RealScalar

template<typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorForcedEvalOp< XprType >::RealScalar

Definition at line 63 of file TensorForcedEval.h.

◆ Scalar

Definition at line 62 of file TensorForcedEval.h.

◆ StorageKind

Definition at line 66 of file TensorForcedEval.h.

Constructor & Destructor Documentation

◆ TensorForcedEvalOp()

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorForcedEvalOp< XprType >::TensorForcedEvalOp ( const XprType expr)
inline

Definition at line 69 of file TensorForcedEval.h.

Member Function Documentation

◆ expression()

template<typename XprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename XprType::Nested>::type& Eigen::TensorForcedEvalOp< XprType >::expression ( ) const
inline

Definition at line 74 of file TensorForcedEval.h.

Member Data Documentation

◆ m_xpr

template<typename XprType >
XprType::Nested Eigen::TensorForcedEvalOp< XprType >::m_xpr
protected

Definition at line 77 of file TensorForcedEval.h.


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


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