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

#include <TensorForwardDeclarations.h>

Inheritance diagram for Eigen::TensorStridingOp< Strides, XprType >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Protected Attributes

const Strides m_dims
 
XprType::Nested m_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename Strides, typename XprType>
class Eigen::TensorStridingOp< Strides, XprType >

Definition at line 82 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ Base

template<typename Strides , typename XprType >
typedef TensorBase<TensorStridingOp<Strides, XprType> > Eigen::TensorStridingOp< Strides, XprType >::Base

Definition at line 57 of file TensorStriding.h.

◆ CoeffReturnType

template<typename Strides , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorStridingOp< Strides, XprType >::CoeffReturnType

Definition at line 60 of file TensorStriding.h.

◆ Index

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorStridingOp>::Index Eigen::TensorStridingOp< Strides, XprType >::Index

Definition at line 63 of file TensorStriding.h.

◆ Nested

template<typename Strides , typename XprType >
typedef Eigen::internal::nested<TensorStridingOp>::type Eigen::TensorStridingOp< Strides, XprType >::Nested

Definition at line 61 of file TensorStriding.h.

◆ RealScalar

template<typename Strides , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorStridingOp< Strides, XprType >::RealScalar

Definition at line 59 of file TensorStriding.h.

◆ Scalar

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorStridingOp>::Scalar Eigen::TensorStridingOp< Strides, XprType >::Scalar

Definition at line 58 of file TensorStriding.h.

◆ StorageKind

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorStridingOp>::StorageKind Eigen::TensorStridingOp< Strides, XprType >::StorageKind

Definition at line 62 of file TensorStriding.h.

Constructor & Destructor Documentation

◆ TensorStridingOp()

template<typename Strides , typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorStridingOp< Strides, XprType >::TensorStridingOp ( const XprType expr,
const Strides &  dims 
)
inline

Definition at line 65 of file TensorStriding.h.

Member Function Documentation

◆ expression()

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

Definition at line 73 of file TensorStriding.h.

◆ strides()

template<typename Strides , typename XprType >
EIGEN_DEVICE_FUNC const Strides& Eigen::TensorStridingOp< Strides, XprType >::strides ( ) const
inline

Definition at line 69 of file TensorStriding.h.

Member Data Documentation

◆ m_dims

template<typename Strides , typename XprType >
const Strides Eigen::TensorStridingOp< Strides, XprType >::m_dims
protected

Definition at line 79 of file TensorStriding.h.

◆ m_xpr

template<typename Strides , typename XprType >
XprType::Nested Eigen::TensorStridingOp< Strides, XprType >::m_xpr
protected

Definition at line 78 of file TensorStriding.h.


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


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