#include <TensorForwardDeclarations.h>
Public Types | |
typedef TensorBase< TensorSlicingOp< StartIndices, Sizes, XprType > > | Base |
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 |
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 78 of file TensorForwardDeclarations.h.
typedef TensorBase<TensorSlicingOp<StartIndices, Sizes, XprType> > Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Base |
Definition at line 344 of file TensorMorphing.h.
typedef XprType::CoeffReturnType Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::CoeffReturnType |
Definition at line 346 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::Index Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Index |
Definition at line 349 of file TensorMorphing.h.
typedef Eigen::internal::nested<TensorSlicingOp>::type Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Nested |
Definition at line 347 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::Scalar Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Scalar |
Definition at line 345 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::StorageKind Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::StorageKind |
Definition at line 348 of file TensorMorphing.h.
|
inline |
Definition at line 351 of file TensorMorphing.h.
|
inline |
Definition at line 361 of file TensorMorphing.h.
|
inline |
Definition at line 357 of file TensorMorphing.h.
|
inline |
Definition at line 355 of file TensorMorphing.h.
|
protected |
Definition at line 367 of file TensorMorphing.h.
|
protected |
Definition at line 368 of file TensorMorphing.h.
|
protected |
Definition at line 366 of file TensorMorphing.h.