Eigen::TensorShufflingOp< Shuffle, XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorShufflingOp< Shuffle, XprType >:

Public Types

typedef TensorBase< TensorShufflingOp< Shuffle, XprType > > Base
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorShufflingOp >::Index Index
 
typedef Eigen::internal::nested< TensorShufflingOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorShufflingOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorShufflingOp >::StorageKind StorageKind
 

Public Member Functions

const internal::remove_all_t< typename XprType::Nested > & expression () const
 
const Shuffle & shufflePermutation () const
 
 TensorShufflingOp (const XprType &expr, const Shuffle &shfl)
 

Protected Attributes

const Shuffle m_shuffle
 
XprType::Nested m_xpr
 

Detailed Description

template<typename Shuffle, typename XprType>
class Eigen::TensorShufflingOp< Shuffle, XprType >

Definition at line 56 of file TensorShuffling.h.

Member Typedef Documentation

◆ Base

template<typename Shuffle , typename XprType >
typedef TensorBase<TensorShufflingOp<Shuffle, XprType> > Eigen::TensorShufflingOp< Shuffle, XprType >::Base

Definition at line 59 of file TensorShuffling.h.

◆ CoeffReturnType

template<typename Shuffle , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorShufflingOp< Shuffle, XprType >::CoeffReturnType

Definition at line 62 of file TensorShuffling.h.

◆ Index

template<typename Shuffle , typename XprType >
typedef Eigen::internal::traits<TensorShufflingOp>::Index Eigen::TensorShufflingOp< Shuffle, XprType >::Index

Definition at line 65 of file TensorShuffling.h.

◆ Nested

template<typename Shuffle , typename XprType >
typedef Eigen::internal::nested<TensorShufflingOp>::type Eigen::TensorShufflingOp< Shuffle, XprType >::Nested

Definition at line 63 of file TensorShuffling.h.

◆ RealScalar

template<typename Shuffle , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorShufflingOp< Shuffle, XprType >::RealScalar

Definition at line 61 of file TensorShuffling.h.

◆ Scalar

template<typename Shuffle , typename XprType >
typedef Eigen::internal::traits<TensorShufflingOp>::Scalar Eigen::TensorShufflingOp< Shuffle, XprType >::Scalar

Definition at line 60 of file TensorShuffling.h.

◆ StorageKind

template<typename Shuffle , typename XprType >
typedef Eigen::internal::traits<TensorShufflingOp>::StorageKind Eigen::TensorShufflingOp< Shuffle, XprType >::StorageKind

Definition at line 64 of file TensorShuffling.h.

Constructor & Destructor Documentation

◆ TensorShufflingOp()

template<typename Shuffle , typename XprType >
Eigen::TensorShufflingOp< Shuffle, XprType >::TensorShufflingOp ( const XprType &  expr,
const Shuffle &  shfl 
)
inline

Definition at line 67 of file TensorShuffling.h.

68  : m_xpr(expr), m_shuffle(shfl) {}

Member Function Documentation

◆ expression()

template<typename Shuffle , typename XprType >
const internal::remove_all_t<typename XprType::Nested>& Eigen::TensorShufflingOp< Shuffle, XprType >::expression ( ) const
inline

Definition at line 75 of file TensorShuffling.h.

75 { return m_xpr; }

◆ shufflePermutation()

template<typename Shuffle , typename XprType >
const Shuffle& Eigen::TensorShufflingOp< Shuffle, XprType >::shufflePermutation ( ) const
inline

Definition at line 71 of file TensorShuffling.h.

71 { return m_shuffle; }

Member Data Documentation

◆ m_shuffle

template<typename Shuffle , typename XprType >
const Shuffle Eigen::TensorShufflingOp< Shuffle, XprType >::m_shuffle
protected

Definition at line 82 of file TensorShuffling.h.

◆ m_xpr

template<typename Shuffle , typename XprType >
XprType::Nested Eigen::TensorShufflingOp< Shuffle, XprType >::m_xpr
protected

Definition at line 81 of file TensorShuffling.h.


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