#include <TensorForwardDeclarations.h>
Public Types | |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef Eigen::internal::traits< TensorSlicingOp >::Index | Index |
typedef Eigen::internal::nested< TensorSlicingOp >::type | Nested |
typedef Eigen::internal::traits< TensorSlicingOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorSlicingOp >::StorageKind | StorageKind |
Public Member Functions | |
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | expression () const |
template<typename OtherDerived > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp & | operator= (const OtherDerived &other) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp & | operator= (const TensorSlicingOp &other) |
const EIGEN_DEVICE_FUNC Sizes & | sizes () const |
const EIGEN_DEVICE_FUNC StartIndices & | startIndices () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorSlicingOp (const XprType &expr, const StartIndices &indices, const Sizes &sizes) |
Protected Attributes | |
const StartIndices | m_indices |
const Sizes | m_sizes |
XprType::Nested | m_xpr |
Definition at line 51 of file TensorForwardDeclarations.h.
typedef XprType::CoeffReturnType Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::CoeffReturnType |
Definition at line 240 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::Index Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Index |
Definition at line 243 of file TensorMorphing.h.
typedef Eigen::internal::nested<TensorSlicingOp>::type Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Nested |
Definition at line 241 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::Scalar Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Scalar |
Definition at line 239 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::StorageKind Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::StorageKind |
Definition at line 242 of file TensorMorphing.h.
|
inline |
Definition at line 245 of file TensorMorphing.h.
|
inline |
Definition at line 255 of file TensorMorphing.h.
|
inline |
Definition at line 259 of file TensorMorphing.h.
|
inline |
Definition at line 268 of file TensorMorphing.h.
|
inline |
Definition at line 251 of file TensorMorphing.h.
|
inline |
Definition at line 249 of file TensorMorphing.h.
|
protected |
Definition at line 279 of file TensorMorphing.h.
|
protected |
Definition at line 280 of file TensorMorphing.h.
|
protected |
Definition at line 278 of file TensorMorphing.h.