#include <TensorForwardDeclarations.h>
Public Types | |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef Eigen::internal::traits< TensorPatchOp >::Index | Index |
typedef Eigen::internal::nested< TensorPatchOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorPatchOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorPatchOp >::StorageKind | StorageKind |
Public Member Functions | |
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::type & | expression () const |
const EIGEN_DEVICE_FUNC PatchDim & | patch_dims () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorPatchOp (const XprType &expr, const PatchDim &patch_dims) |
Protected Attributes | |
const PatchDim | m_patch_dims |
XprType::Nested | m_xpr |
Definition at line 71 of file TensorForwardDeclarations.h.
typedef XprType::CoeffReturnType Eigen::TensorPatchOp< PatchDim, XprType >::CoeffReturnType |
Definition at line 59 of file TensorPatch.h.
typedef Eigen::internal::traits<TensorPatchOp>::Index Eigen::TensorPatchOp< PatchDim, XprType >::Index |
Definition at line 62 of file TensorPatch.h.
typedef Eigen::internal::nested<TensorPatchOp>::type Eigen::TensorPatchOp< PatchDim, XprType >::Nested |
Definition at line 60 of file TensorPatch.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorPatchOp< PatchDim, XprType >::RealScalar |
Definition at line 58 of file TensorPatch.h.
typedef Eigen::internal::traits<TensorPatchOp>::Scalar Eigen::TensorPatchOp< PatchDim, XprType >::Scalar |
Definition at line 57 of file TensorPatch.h.
typedef Eigen::internal::traits<TensorPatchOp>::StorageKind Eigen::TensorPatchOp< PatchDim, XprType >::StorageKind |
Definition at line 61 of file TensorPatch.h.
|
inline |
Definition at line 64 of file TensorPatch.h.
|
inline |
Definition at line 72 of file TensorPatch.h.
|
inline |
Definition at line 68 of file TensorPatch.h.
|
protected |
Definition at line 76 of file TensorPatch.h.
|
protected |
Definition at line 75 of file TensorPatch.h.