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

#include <TensorContraction.h>

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

Public Types

typedef internal::gebp_traits< typename LhsXprType::CoeffReturnType, typename RhsXprType::CoeffReturnType >::ResScalar CoeffReturnType
 
typedef Eigen::internal::traits< TensorContractionOp >::Index Index
 
typedef Eigen::internal::nested< TensorContractionOp >::type Nested
 
typedef Eigen::internal::traits< TensorContractionOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorContractionOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorContractionOp< Indices, LhsXprType, RhsXprType >, ReadOnlyAccessors >
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorContractionOp< Indices, LhsXprType, RhsXprType > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

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

Protected Attributes

const Indices m_indices
 
LhsXprType::Nested m_lhs_xpr
 
RhsXprType::Nested m_rhs_xpr
 

Additional Inherited Members

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

Detailed Description

template<typename Indices, typename LhsXprType, typename RhsXprType>
class Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType >

Definition at line 75 of file TensorContraction.h.

Member Typedef Documentation

template<typename Indices , typename LhsXprType , typename RhsXprType >
typedef internal::gebp_traits<typename LhsXprType::CoeffReturnType, typename RhsXprType::CoeffReturnType>::ResScalar Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType >::CoeffReturnType

Definition at line 80 of file TensorContraction.h.

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

Definition at line 83 of file TensorContraction.h.

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

Definition at line 81 of file TensorContraction.h.

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

Definition at line 78 of file TensorContraction.h.

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

Definition at line 82 of file TensorContraction.h.

Constructor & Destructor Documentation

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

Definition at line 85 of file TensorContraction.h.

Member Function Documentation

template<typename Indices , typename LhsXprType , typename RhsXprType >
EIGEN_DEVICE_FUNC const Indices& Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType >::indices ( ) const
inline

Definition at line 90 of file TensorContraction.h.

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

Definition at line 95 of file TensorContraction.h.

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

Definition at line 99 of file TensorContraction.h.

Member Data Documentation

template<typename Indices , typename LhsXprType , typename RhsXprType >
const Indices Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType >::m_indices
protected

Definition at line 104 of file TensorContraction.h.

template<typename Indices , typename LhsXprType , typename RhsXprType >
LhsXprType::Nested Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType >::m_lhs_xpr
protected

Definition at line 102 of file TensorContraction.h.

template<typename Indices , typename LhsXprType , typename RhsXprType >
RhsXprType::Nested Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType >::m_rhs_xpr
protected

Definition at line 103 of file TensorContraction.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:23