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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorTraceOp< Dims, XprType >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Protected Attributes

const Dims m_dims
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename Dims, typename XprType>
class Eigen::TensorTraceOp< Dims, XprType >

Definition at line 88 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Dims, typename XprType>
typedef XprType::CoeffReturnType Eigen::TensorTraceOp< Dims, XprType >::CoeffReturnType

Definition at line 59 of file TensorTrace.h.

◆ Index

template<typename Dims, typename XprType>
typedef Eigen::internal::traits<TensorTraceOp>::Index Eigen::TensorTraceOp< Dims, XprType >::Index

Definition at line 62 of file TensorTrace.h.

◆ Nested

template<typename Dims, typename XprType>
typedef Eigen::internal::nested<TensorTraceOp>::type Eigen::TensorTraceOp< Dims, XprType >::Nested

Definition at line 60 of file TensorTrace.h.

◆ RealScalar

template<typename Dims, typename XprType>
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorTraceOp< Dims, XprType >::RealScalar

Definition at line 58 of file TensorTrace.h.

◆ Scalar

template<typename Dims, typename XprType>
typedef Eigen::internal::traits<TensorTraceOp>::Scalar Eigen::TensorTraceOp< Dims, XprType >::Scalar

Definition at line 57 of file TensorTrace.h.

◆ StorageKind

template<typename Dims, typename XprType>
typedef Eigen::internal::traits<TensorTraceOp>::StorageKind Eigen::TensorTraceOp< Dims, XprType >::StorageKind

Definition at line 61 of file TensorTrace.h.

Constructor & Destructor Documentation

◆ TensorTraceOp()

template<typename Dims, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorTraceOp< Dims, XprType >::TensorTraceOp ( const XprType expr,
const Dims dims 
)
inline

Definition at line 64 of file TensorTrace.h.

Member Function Documentation

◆ dims()

template<typename Dims, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dims& Eigen::TensorTraceOp< Dims, XprType >::dims ( ) const
inline

Definition at line 69 of file TensorTrace.h.

◆ expression()

template<typename Dims, typename XprType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all<typename XprType::Nested>::type& Eigen::TensorTraceOp< Dims, XprType >::expression ( ) const
inline

Definition at line 72 of file TensorTrace.h.

Member Data Documentation

◆ m_dims

template<typename Dims, typename XprType>
const Dims Eigen::TensorTraceOp< Dims, XprType >::m_dims
protected

Definition at line 76 of file TensorTrace.h.

◆ m_xpr

template<typename Dims, typename XprType>
XprType::Nested Eigen::TensorTraceOp< Dims, XprType >::m_xpr
protected

Definition at line 75 of file TensorTrace.h.


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


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