#include <TensorForwardDeclarations.h>
Public Types | |
typedef TensorBase< TensorReshapingOp< NewDimensions, XprType >, WriteAccessors > | Base |
typedef internal::remove_const< typename XprType::CoeffReturnType >::type | CoeffReturnType |
typedef Eigen::internal::traits< TensorReshapingOp >::Index | Index |
typedef Eigen::internal::nested< TensorReshapingOp >::type | Nested |
typedef Eigen::internal::traits< TensorReshapingOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorReshapingOp >::StorageKind | StorageKind |
Public Member Functions | |
const EIGEN_DEVICE_FUNC NewDimensions & | dimensions () const |
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | expression () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorReshapingOp (const XprType &expr, const NewDimensions &dims) |
Protected Attributes | |
const NewDimensions | m_dims |
XprType::Nested | m_xpr |
Definition at line 76 of file TensorForwardDeclarations.h.
typedef TensorBase<TensorReshapingOp<NewDimensions, XprType>, WriteAccessors> Eigen::TensorReshapingOp< NewDimensions, XprType >::Base |
Definition at line 57 of file TensorMorphing.h.
typedef internal::remove_const<typename XprType::CoeffReturnType>::type Eigen::TensorReshapingOp< NewDimensions, XprType >::CoeffReturnType |
Definition at line 59 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorReshapingOp>::Index Eigen::TensorReshapingOp< NewDimensions, XprType >::Index |
Definition at line 62 of file TensorMorphing.h.
typedef Eigen::internal::nested<TensorReshapingOp>::type Eigen::TensorReshapingOp< NewDimensions, XprType >::Nested |
Definition at line 60 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorReshapingOp>::Scalar Eigen::TensorReshapingOp< NewDimensions, XprType >::Scalar |
Definition at line 58 of file TensorMorphing.h.
typedef Eigen::internal::traits<TensorReshapingOp>::StorageKind Eigen::TensorReshapingOp< NewDimensions, XprType >::StorageKind |
Definition at line 61 of file TensorMorphing.h.
|
inline |
Definition at line 64 of file TensorMorphing.h.
|
inline |
Definition at line 68 of file TensorMorphing.h.
|
inline |
Definition at line 72 of file TensorMorphing.h.
|
protected |
Definition at line 78 of file TensorMorphing.h.
|
protected |
Definition at line 77 of file TensorMorphing.h.