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 internal::remove_all_t< typename XprType::Nested > & | expression () const |
const Sizes & | sizes () const |
const StartIndices & | startIndices () const |
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 333 of file TensorMorphing.h.
typedef TensorBase<TensorSlicingOp<StartIndices, Sizes, XprType> > Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Base |
Definition at line 336 of file TensorMorphing.h.
typedef XprType::CoeffReturnType Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::CoeffReturnType |
Definition at line 338 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::Index Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Index |
Definition at line 341 of file TensorMorphing.h.
typedef Eigen::internal::nested<TensorSlicingOp>::type Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Nested |
Definition at line 339 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::Scalar Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::Scalar |
Definition at line 337 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorSlicingOp>::StorageKind Eigen::TensorSlicingOp< StartIndices, Sizes, XprType >::StorageKind |
Definition at line 340 of file TensorMorphing.h.
|
inline |
Definition at line 343 of file TensorMorphing.h.
|
inline |
Definition at line 353 of file TensorMorphing.h.
|
inline |
Definition at line 349 of file TensorMorphing.h.
|
inline |
Definition at line 347 of file TensorMorphing.h.
|
protected |
Definition at line 359 of file TensorMorphing.h.
|
protected |
Definition at line 360 of file TensorMorphing.h.
|
protected |
Definition at line 358 of file TensorMorphing.h.