Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorScanOp< Op, XprType > Class Template Reference

#include <TensorForwardDeclarations.h>

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

EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Op accumulator () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Index axis () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool exclusive () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE XprTypeexpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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 87 of file TensorForwardDeclarations.h.

Member Typedef Documentation

◆ CoeffReturnType

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

Definition at line 55 of file TensorScan.h.

◆ Index

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

Definition at line 58 of file TensorScan.h.

◆ Nested

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

Definition at line 56 of file TensorScan.h.

◆ RealScalar

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

Definition at line 54 of file TensorScan.h.

◆ Scalar

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

Definition at line 53 of file TensorScan.h.

◆ StorageKind

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

Definition at line 57 of file TensorScan.h.

Constructor & Destructor Documentation

◆ TensorScanOp()

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

Definition at line 60 of file TensorScan.h.

Member Function Documentation

◆ accumulator()

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

Definition at line 69 of file TensorScan.h.

◆ axis()

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

Definition at line 65 of file TensorScan.h.

◆ exclusive()

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

Definition at line 71 of file TensorScan.h.

◆ expression()

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

Definition at line 67 of file TensorScan.h.

Member Data Documentation

◆ m_accumulator

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

Definition at line 76 of file TensorScan.h.

◆ m_axis

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

Definition at line 75 of file TensorScan.h.

◆ m_exclusive

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

Definition at line 77 of file TensorScan.h.

◆ m_expr

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

Definition at line 74 of file TensorScan.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:07