#include <TensorForwardDeclarations.h>
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 EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | expression () const |
const EIGEN_DEVICE_FUNC Shuffle & | shufflePermutation () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorShufflingOp (const XprType &expr, const Shuffle &shfl) |
Protected Attributes | |
const Shuffle | m_shuffle |
XprType::Nested | m_xpr |
Definition at line 81 of file TensorForwardDeclarations.h.
typedef TensorBase<TensorShufflingOp<Shuffle, XprType> > Eigen::TensorShufflingOp< Shuffle, XprType >::Base |
Definition at line 57 of file TensorShuffling.h.
typedef XprType::CoeffReturnType Eigen::TensorShufflingOp< Shuffle, XprType >::CoeffReturnType |
Definition at line 60 of file TensorShuffling.h.
typedef Eigen::internal::traits<TensorShufflingOp>::Index Eigen::TensorShufflingOp< Shuffle, XprType >::Index |
Definition at line 63 of file TensorShuffling.h.
typedef Eigen::internal::nested<TensorShufflingOp>::type Eigen::TensorShufflingOp< Shuffle, XprType >::Nested |
Definition at line 61 of file TensorShuffling.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorShufflingOp< Shuffle, XprType >::RealScalar |
Definition at line 59 of file TensorShuffling.h.
typedef Eigen::internal::traits<TensorShufflingOp>::Scalar Eigen::TensorShufflingOp< Shuffle, XprType >::Scalar |
Definition at line 58 of file TensorShuffling.h.
typedef Eigen::internal::traits<TensorShufflingOp>::StorageKind Eigen::TensorShufflingOp< Shuffle, XprType >::StorageKind |
Definition at line 62 of file TensorShuffling.h.
|
inline |
Definition at line 65 of file TensorShuffling.h.
|
inline |
Definition at line 73 of file TensorShuffling.h.
|
inline |
Definition at line 69 of file TensorShuffling.h.
|
protected |
Definition at line 80 of file TensorShuffling.h.
|
protected |
Definition at line 79 of file TensorShuffling.h.