Eigen::TensorPatchOp< PatchDim, XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorPatchOp< PatchDim, XprType >:

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
 

Detailed Description

template<typename PatchDim, typename XprType>
class Eigen::TensorPatchOp< PatchDim, XprType >

Definition at line 56 of file TensorPatch.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename PatchDim , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorPatchOp< PatchDim, XprType >::CoeffReturnType

Definition at line 61 of file TensorPatch.h.

◆ Index

template<typename PatchDim , typename XprType >
typedef Eigen::internal::traits<TensorPatchOp>::Index Eigen::TensorPatchOp< PatchDim, XprType >::Index

Definition at line 64 of file TensorPatch.h.

◆ Nested

template<typename PatchDim , typename XprType >
typedef Eigen::internal::nested<TensorPatchOp>::type Eigen::TensorPatchOp< PatchDim, XprType >::Nested

Definition at line 62 of file TensorPatch.h.

◆ RealScalar

template<typename PatchDim , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorPatchOp< PatchDim, XprType >::RealScalar

Definition at line 60 of file TensorPatch.h.

◆ Scalar

template<typename PatchDim , typename XprType >
typedef Eigen::internal::traits<TensorPatchOp>::Scalar Eigen::TensorPatchOp< PatchDim, XprType >::Scalar

Definition at line 59 of file TensorPatch.h.

◆ StorageKind

template<typename PatchDim , typename XprType >
typedef Eigen::internal::traits<TensorPatchOp>::StorageKind Eigen::TensorPatchOp< PatchDim, XprType >::StorageKind

Definition at line 63 of file TensorPatch.h.

Constructor & Destructor Documentation

◆ TensorPatchOp()

template<typename PatchDim , typename XprType >
Eigen::TensorPatchOp< PatchDim, XprType >::TensorPatchOp ( const XprType &  expr,
const PatchDim &  patch_dims 
)
inline

Definition at line 66 of file TensorPatch.h.

67  : m_xpr(expr), m_patch_dims(patch_dims) {}
const PatchDim & patch_dims() const
Definition: TensorPatch.h:70
const PatchDim m_patch_dims
Definition: TensorPatch.h:78
XprType::Nested m_xpr
Definition: TensorPatch.h:77

Member Function Documentation

◆ expression()

template<typename PatchDim , typename XprType >
const internal::remove_all_t<typename XprType::Nested>& Eigen::TensorPatchOp< PatchDim, XprType >::expression ( ) const
inline

Definition at line 74 of file TensorPatch.h.

74 { return m_xpr; }

◆ patch_dims()

template<typename PatchDim , typename XprType >
const PatchDim& Eigen::TensorPatchOp< PatchDim, XprType >::patch_dims ( ) const
inline

Definition at line 70 of file TensorPatch.h.

70 { return m_patch_dims; }

Member Data Documentation

◆ m_patch_dims

template<typename PatchDim , typename XprType >
const PatchDim Eigen::TensorPatchOp< PatchDim, XprType >::m_patch_dims
protected

Definition at line 78 of file TensorPatch.h.

◆ m_xpr

template<typename PatchDim , typename XprType >
XprType::Nested Eigen::TensorPatchOp< PatchDim, XprType >::m_xpr
protected

Definition at line 77 of file TensorPatch.h.


The documentation for this class was generated from the following files: