#include <TensorForwardDeclarations.h>
Public Types | |
typedef TensorBase< TensorStridingOp< Strides, XprType > > | Base |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef Eigen::internal::traits< TensorStridingOp >::Index | Index |
typedef Eigen::internal::nested< TensorStridingOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorStridingOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorStridingOp >::StorageKind | StorageKind |
Public Member Functions | |
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | expression () const |
const EIGEN_DEVICE_FUNC Strides & | strides () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorStridingOp (const XprType &expr, const Strides &dims) |
Protected Attributes | |
const Strides | m_dims |
XprType::Nested | m_xpr |
Definition at line 82 of file TensorForwardDeclarations.h.
typedef TensorBase<TensorStridingOp<Strides, XprType> > Eigen::TensorStridingOp< Strides, XprType >::Base |
Definition at line 57 of file TensorStriding.h.
typedef XprType::CoeffReturnType Eigen::TensorStridingOp< Strides, XprType >::CoeffReturnType |
Definition at line 60 of file TensorStriding.h.
typedef Eigen::internal::traits<TensorStridingOp>::Index Eigen::TensorStridingOp< Strides, XprType >::Index |
Definition at line 63 of file TensorStriding.h.
typedef Eigen::internal::nested<TensorStridingOp>::type Eigen::TensorStridingOp< Strides, XprType >::Nested |
Definition at line 61 of file TensorStriding.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorStridingOp< Strides, XprType >::RealScalar |
Definition at line 59 of file TensorStriding.h.
typedef Eigen::internal::traits<TensorStridingOp>::Scalar Eigen::TensorStridingOp< Strides, XprType >::Scalar |
Definition at line 58 of file TensorStriding.h.
typedef Eigen::internal::traits<TensorStridingOp>::StorageKind Eigen::TensorStridingOp< Strides, XprType >::StorageKind |
Definition at line 62 of file TensorStriding.h.
|
inline |
Definition at line 65 of file TensorStriding.h.
|
inline |
Definition at line 73 of file TensorStriding.h.
|
inline |
Definition at line 69 of file TensorStriding.h.
|
protected |
Definition at line 79 of file TensorStriding.h.
|
protected |
Definition at line 78 of file TensorStriding.h.