Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Eigen::TensorAssignOp< LhsXprType, RhsXprType > Class Template Reference

#include <TensorAssign.h>

Inheritance diagram for Eigen::TensorAssignOp< LhsXprType, RhsXprType >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Static Public Attributes

static const int NumDims = Eigen::internal::traits<TensorAssignOp>::NumDimensions
 
- Static Public Attributes inherited from Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >
static const int NumDimensions
 

Protected Attributes

internal::remove_all< typename LhsXprType::Nested >::typem_lhs_xpr
 
const internal::remove_all< typename RhsXprType::Nested >::typem_rhs_xpr
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorAssignOp< LhsXprType, RhsXprType > & derived ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE TensorAssignOp< LhsXprType, RhsXprType > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorAssignOp< LhsXprType, RhsXprType > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename LhsXprType, typename RhsXprType>
class Eigen::TensorAssignOp< LhsXprType, RhsXprType >

Definition at line 61 of file TensorAssign.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename LhsXprType , typename RhsXprType >
typedef LhsXprType::CoeffReturnType Eigen::TensorAssignOp< LhsXprType, RhsXprType >::CoeffReturnType

Definition at line 66 of file TensorAssign.h.

◆ Index

template<typename LhsXprType , typename RhsXprType >
typedef Eigen::internal::traits<TensorAssignOp>::Index Eigen::TensorAssignOp< LhsXprType, RhsXprType >::Index

Definition at line 69 of file TensorAssign.h.

◆ Nested

template<typename LhsXprType , typename RhsXprType >
typedef Eigen::internal::nested<TensorAssignOp>::type Eigen::TensorAssignOp< LhsXprType, RhsXprType >::Nested

Definition at line 67 of file TensorAssign.h.

◆ RealScalar

template<typename LhsXprType , typename RhsXprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorAssignOp< LhsXprType, RhsXprType >::RealScalar

Definition at line 65 of file TensorAssign.h.

◆ Scalar

template<typename LhsXprType , typename RhsXprType >
typedef Eigen::internal::traits<TensorAssignOp>::Scalar Eigen::TensorAssignOp< LhsXprType, RhsXprType >::Scalar

Definition at line 64 of file TensorAssign.h.

◆ StorageKind

template<typename LhsXprType , typename RhsXprType >
typedef Eigen::internal::traits<TensorAssignOp>::StorageKind Eigen::TensorAssignOp< LhsXprType, RhsXprType >::StorageKind

Definition at line 68 of file TensorAssign.h.

Constructor & Destructor Documentation

◆ TensorAssignOp()

template<typename LhsXprType , typename RhsXprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorAssignOp< LhsXprType, RhsXprType >::TensorAssignOp ( LhsXprType &  lhs,
const RhsXprType &  rhs 
)
inline

Definition at line 73 of file TensorAssign.h.

Member Function Documentation

◆ lhsExpression()

template<typename LhsXprType , typename RhsXprType >
EIGEN_DEVICE_FUNC internal::remove_all<typename LhsXprType::Nested>::type& Eigen::TensorAssignOp< LhsXprType, RhsXprType >::lhsExpression ( ) const
inline
Returns
the nested expressions

Definition at line 79 of file TensorAssign.h.

◆ rhsExpression()

template<typename LhsXprType , typename RhsXprType >
const EIGEN_DEVICE_FUNC internal::remove_all<typename RhsXprType::Nested>::type& Eigen::TensorAssignOp< LhsXprType, RhsXprType >::rhsExpression ( ) const
inline

Definition at line 83 of file TensorAssign.h.

Member Data Documentation

◆ m_lhs_xpr

template<typename LhsXprType , typename RhsXprType >
internal::remove_all<typename LhsXprType::Nested>::type& Eigen::TensorAssignOp< LhsXprType, RhsXprType >::m_lhs_xpr
protected

Definition at line 86 of file TensorAssign.h.

◆ m_rhs_xpr

template<typename LhsXprType , typename RhsXprType >
const internal::remove_all<typename RhsXprType::Nested>::type& Eigen::TensorAssignOp< LhsXprType, RhsXprType >::m_rhs_xpr
protected

Definition at line 87 of file TensorAssign.h.

◆ NumDims

template<typename LhsXprType , typename RhsXprType >
const int Eigen::TensorAssignOp< LhsXprType, RhsXprType >::NumDims = Eigen::internal::traits<TensorAssignOp>::NumDimensions
static

Definition at line 71 of file TensorAssign.h.


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


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