Eigen::TensorInflationOp< Strides, XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorInflationOp< Strides, XprType >:

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorInflationOp >::Index Index
 
typedef Eigen::internal::nested< TensorInflationOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorInflationOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorInflationOp >::StorageKind StorageKind
 

Public Member Functions

const internal::remove_all_t< typename XprType::Nested > & expression () const
 
const Strides & strides () const
 
 TensorInflationOp (const XprType &expr, const Strides &strides)
 

Protected Attributes

const Strides m_strides
 
XprType::Nested m_xpr
 

Detailed Description

template<typename Strides, typename XprType>
class Eigen::TensorInflationOp< Strides, XprType >

Definition at line 54 of file TensorInflation.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Strides , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorInflationOp< Strides, XprType >::CoeffReturnType

Definition at line 59 of file TensorInflation.h.

◆ Index

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorInflationOp>::Index Eigen::TensorInflationOp< Strides, XprType >::Index

Definition at line 62 of file TensorInflation.h.

◆ Nested

template<typename Strides , typename XprType >
typedef Eigen::internal::nested<TensorInflationOp>::type Eigen::TensorInflationOp< Strides, XprType >::Nested

Definition at line 60 of file TensorInflation.h.

◆ RealScalar

template<typename Strides , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorInflationOp< Strides, XprType >::RealScalar

Definition at line 58 of file TensorInflation.h.

◆ Scalar

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorInflationOp>::Scalar Eigen::TensorInflationOp< Strides, XprType >::Scalar

Definition at line 57 of file TensorInflation.h.

◆ StorageKind

template<typename Strides , typename XprType >
typedef Eigen::internal::traits<TensorInflationOp>::StorageKind Eigen::TensorInflationOp< Strides, XprType >::StorageKind

Definition at line 61 of file TensorInflation.h.

Constructor & Destructor Documentation

◆ TensorInflationOp()

template<typename Strides , typename XprType >
Eigen::TensorInflationOp< Strides, XprType >::TensorInflationOp ( const XprType &  expr,
const Strides &  strides 
)
inline

Definition at line 64 of file TensorInflation.h.

65  : m_xpr(expr), m_strides(strides) {}
const Strides & strides() const

Member Function Documentation

◆ expression()

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

Definition at line 72 of file TensorInflation.h.

72 { return m_xpr; }

◆ strides()

template<typename Strides , typename XprType >
const Strides& Eigen::TensorInflationOp< Strides, XprType >::strides ( ) const
inline

Definition at line 68 of file TensorInflation.h.

68 { return m_strides; }

Member Data Documentation

◆ m_strides

template<typename Strides , typename XprType >
const Strides Eigen::TensorInflationOp< Strides, XprType >::m_strides
protected

Definition at line 76 of file TensorInflation.h.

◆ m_xpr

template<typename Strides , typename XprType >
XprType::Nested Eigen::TensorInflationOp< Strides, XprType >::m_xpr
protected

Definition at line 75 of file TensorInflation.h.


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