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 internal::remove_all_t< typename XprType::Nested > & | expression () const |
const PatchDim & | patch_dims () const |
TensorPatchOp (const XprType &expr, const PatchDim &patch_dims) | |
Protected Attributes | |
const PatchDim | m_patch_dims |
XprType::Nested | m_xpr |
Definition at line 56 of file TensorPatch.h.
typedef XprType::CoeffReturnType Eigen::TensorPatchOp< PatchDim, XprType >::CoeffReturnType |
Definition at line 61 of file TensorPatch.h.
typedef Eigen::internal::traits<TensorPatchOp>::Index Eigen::TensorPatchOp< PatchDim, XprType >::Index |
Definition at line 64 of file TensorPatch.h.
typedef Eigen::internal::nested<TensorPatchOp>::type Eigen::TensorPatchOp< PatchDim, XprType >::Nested |
Definition at line 62 of file TensorPatch.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorPatchOp< PatchDim, XprType >::RealScalar |
Definition at line 60 of file TensorPatch.h.
typedef Eigen::internal::traits<TensorPatchOp>::Scalar Eigen::TensorPatchOp< PatchDim, XprType >::Scalar |
Definition at line 59 of file TensorPatch.h.
typedef Eigen::internal::traits<TensorPatchOp>::StorageKind Eigen::TensorPatchOp< PatchDim, XprType >::StorageKind |
Definition at line 63 of file TensorPatch.h.
|
inline |
Definition at line 66 of file TensorPatch.h.
|
inline |
Definition at line 74 of file TensorPatch.h.
|
inline |
Definition at line 70 of file TensorPatch.h.
|
protected |
Definition at line 78 of file TensorPatch.h.
|
protected |
Definition at line 77 of file TensorPatch.h.