#include <TensorForwardDeclarations.h>
Public Types | |
typedef TensorBase< TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType > > | Base |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef internal::traits< TensorStridingSlicingOp >::Index | Index |
typedef internal::nested< TensorStridingSlicingOp >::type | Nested |
typedef internal::traits< TensorStridingSlicingOp >::Scalar | Scalar |
typedef internal::traits< TensorStridingSlicingOp >::StorageKind | StorageKind |
Public Member Functions | |
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | expression () const |
const EIGEN_DEVICE_FUNC StartIndices & | startIndices () const |
const EIGEN_DEVICE_FUNC StartIndices & | stopIndices () const |
const EIGEN_DEVICE_FUNC StartIndices & | strides () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorStridingSlicingOp (const XprType &expr, const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) |
Protected Attributes | |
const StartIndices | m_startIndices |
const StopIndices | m_stopIndices |
const Strides | m_strides |
XprType::Nested | m_xpr |
Definition at line 83 of file TensorForwardDeclarations.h.
typedef TensorBase<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> > Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Base |
Definition at line 839 of file TensorMorphing.h.
typedef XprType::CoeffReturnType Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::CoeffReturnType |
Definition at line 841 of file TensorMorphing.h.
typedef internal::traits<TensorStridingSlicingOp>::Index Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Index |
Definition at line 844 of file TensorMorphing.h.
typedef internal::nested<TensorStridingSlicingOp>::type Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Nested |
Definition at line 842 of file TensorMorphing.h.
typedef internal::traits<TensorStridingSlicingOp>::Scalar Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::Scalar |
Definition at line 840 of file TensorMorphing.h.
typedef internal::traits<TensorStridingSlicingOp>::StorageKind Eigen::TensorStridingSlicingOp< StartIndices, StopIndices, Strides, XprType >::StorageKind |
Definition at line 843 of file TensorMorphing.h.
|
inline |
Definition at line 846 of file TensorMorphing.h.
|
inline |
Definition at line 861 of file TensorMorphing.h.
|
inline |
Definition at line 853 of file TensorMorphing.h.
|
inline |
Definition at line 855 of file TensorMorphing.h.
|
inline |
Definition at line 857 of file TensorMorphing.h.
|
protected |
Definition at line 867 of file TensorMorphing.h.
|
protected |
Definition at line 868 of file TensorMorphing.h.
|
protected |
Definition at line 869 of file TensorMorphing.h.
|
protected |
Definition at line 866 of file TensorMorphing.h.