Public Types | Public Member Functions | 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 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 >::type & lhsExpression () const
 
EIGEN_DEVICE_FUNC const internal::remove_all< typename RhsXprType::Nested >::type & rhsExpression () 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 const TensorChippingOp< DimId, const TensorAssignOp< LhsXprType, RhsXprType > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorAssignOp< LhsXprType, RhsXprType > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorAssignOp< LhsXprType, RhsXprType > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorAssignOp< LhsXprType, RhsXprType > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorAssignOp< LhsXprType, RhsXprType >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorAssignOp< LhsXprType, RhsXprType >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorAssignOp< LhsXprType, RhsXprType >, DeviceType > device (const DeviceType &device)
 
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 const TensorReshapingOp< const NewDimensions, const TensorAssignOp< LhsXprType, RhsXprType > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorAssignOp< LhsXprType, RhsXprType > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorAssignOp< LhsXprType, RhsXprType > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorAssignOp< LhsXprType, RhsXprType > > reverse (const ReverseDimensions &rev)
 
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 const TensorShufflingOp< const Shuffle, const TensorAssignOp< LhsXprType, RhsXprType > > shuffle (const Shuffle &shuffle) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorAssignOp< LhsXprType, RhsXprType > > shuffle (const Shuffle &shuffle)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorAssignOp< LhsXprType, RhsXprType > > slice (const StartIndices &startIndices, const Sizes &sizes) 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 EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorAssignOp< LhsXprType, RhsXprType > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorAssignOp< LhsXprType, RhsXprType > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const 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 TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorAssignOp< LhsXprType, RhsXprType > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorAssignOp< LhsXprType, RhsXprType > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorAssignOp< LhsXprType, RhsXprType > > swap_layout ()
 

Protected Attributes

internal::remove_all< typename LhsXprType::Nested >::type & m_lhs_xpr
 
const internal::remove_all< typename RhsXprType::Nested >::type & m_rhs_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorAssignOp< LhsXprType, RhsXprType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorAssignOp< LhsXprType, RhsXprType > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorAssignOp< LhsXprType, RhsXprType > & derived () const
 

Detailed Description

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

Definition at line 60 of file TensorAssign.h.

Member Typedef Documentation

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

Definition at line 65 of file TensorAssign.h.

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

Definition at line 68 of file TensorAssign.h.

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

Definition at line 66 of file TensorAssign.h.

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

Definition at line 64 of file TensorAssign.h.

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

Definition at line 63 of file TensorAssign.h.

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

Definition at line 67 of file TensorAssign.h.

Constructor & Destructor Documentation

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 70 of file TensorAssign.h.

Member Function Documentation

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 76 of file TensorAssign.h.

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

Definition at line 80 of file TensorAssign.h.

Member Data Documentation

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

Definition at line 83 of file TensorAssign.h.

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

Definition at line 84 of file TensorAssign.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:22