Eigen::TensorScanOp< Op, XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorScanOp< Op, XprType >:

Public Types

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

Public Member Functions

const Op accumulator () const
 
const Index axis () const
 
bool exclusive () const
 
const XprType & expression () const
 
 TensorScanOp (const XprType &expr, const Index &axis, bool exclusive=false, const Op &op=Op())
 

Protected Attributes

const Op m_accumulator
 
const Index m_axis
 
const bool m_exclusive
 
XprType::Nested m_expr
 

Detailed Description

template<typename Op, typename XprType>
class Eigen::TensorScanOp< Op, XprType >

Definition at line 52 of file TensorScan.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Op , typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorScanOp< Op, XprType >::CoeffReturnType

Definition at line 57 of file TensorScan.h.

◆ Index

template<typename Op , typename XprType >
typedef Eigen::internal::traits<TensorScanOp>::Index Eigen::TensorScanOp< Op, XprType >::Index

Definition at line 60 of file TensorScan.h.

◆ Nested

template<typename Op , typename XprType >
typedef Eigen::internal::nested<TensorScanOp>::type Eigen::TensorScanOp< Op, XprType >::Nested

Definition at line 58 of file TensorScan.h.

◆ RealScalar

template<typename Op , typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorScanOp< Op, XprType >::RealScalar

Definition at line 56 of file TensorScan.h.

◆ Scalar

template<typename Op , typename XprType >
typedef Eigen::internal::traits<TensorScanOp>::Scalar Eigen::TensorScanOp< Op, XprType >::Scalar

Definition at line 55 of file TensorScan.h.

◆ StorageKind

template<typename Op , typename XprType >
typedef Eigen::internal::traits<TensorScanOp>::StorageKind Eigen::TensorScanOp< Op, XprType >::StorageKind

Definition at line 59 of file TensorScan.h.

Constructor & Destructor Documentation

◆ TensorScanOp()

template<typename Op , typename XprType >
Eigen::TensorScanOp< Op, XprType >::TensorScanOp ( const XprType &  expr,
const Index axis,
bool  exclusive = false,
const Op &  op = Op() 
)
inline

Definition at line 62 of file TensorScan.h.

const bool m_exclusive
Definition: TensorScan.h:79
const Index axis() const
Definition: TensorScan.h:67
XprType::Nested m_expr
Definition: TensorScan.h:76
bool exclusive() const
Definition: TensorScan.h:73
const Op m_accumulator
Definition: TensorScan.h:78
const Index m_axis
Definition: TensorScan.h:77

Member Function Documentation

◆ accumulator()

template<typename Op , typename XprType >
const Op Eigen::TensorScanOp< Op, XprType >::accumulator ( ) const
inline

Definition at line 71 of file TensorScan.h.

71 { return m_accumulator; }

◆ axis()

template<typename Op , typename XprType >
const Index Eigen::TensorScanOp< Op, XprType >::axis ( ) const
inline

Definition at line 67 of file TensorScan.h.

67 { return m_axis; }

◆ exclusive()

template<typename Op , typename XprType >
bool Eigen::TensorScanOp< Op, XprType >::exclusive ( ) const
inline

Definition at line 73 of file TensorScan.h.

73 { return m_exclusive; }

◆ expression()

template<typename Op , typename XprType >
const XprType& Eigen::TensorScanOp< Op, XprType >::expression ( ) const
inline

Definition at line 69 of file TensorScan.h.

69 { return m_expr; }

Member Data Documentation

◆ m_accumulator

template<typename Op , typename XprType >
const Op Eigen::TensorScanOp< Op, XprType >::m_accumulator
protected

Definition at line 78 of file TensorScan.h.

◆ m_axis

template<typename Op , typename XprType >
const Index Eigen::TensorScanOp< Op, XprType >::m_axis
protected

Definition at line 77 of file TensorScan.h.

◆ m_exclusive

template<typename Op , typename XprType >
const bool Eigen::TensorScanOp< Op, XprType >::m_exclusive
protected

Definition at line 79 of file TensorScan.h.

◆ m_expr

template<typename Op , typename XprType >
XprType::Nested Eigen::TensorScanOp< Op, XprType >::m_expr
protected

Definition at line 76 of file TensorScan.h.


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