Eigen::TensorIndexPairOp< XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorIndexPairOp< XprType >:

Public Types

typedef Pair< Index, typename XprType::CoeffReturnType > CoeffReturnType
 
typedef Eigen::internal::traits< TensorIndexPairOp >::Index Index
 
typedef Eigen::internal::nested< TensorIndexPairOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorIndexPairOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorIndexPairOp >::StorageKind StorageKind
 

Public Member Functions

const internal::remove_all_t< typename XprType::Nested > & expression () const
 
 TensorIndexPairOp (const XprType &expr)
 

Protected Attributes

XprType::Nested m_xpr
 

Detailed Description

template<typename XprType>
class Eigen::TensorIndexPairOp< XprType >

Definition at line 55 of file TensorArgMax.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename XprType >
typedef Pair<Index, typename XprType::CoeffReturnType> Eigen::TensorIndexPairOp< XprType >::CoeffReturnType

Definition at line 63 of file TensorArgMax.h.

◆ Index

template<typename XprType >
typedef Eigen::internal::traits<TensorIndexPairOp>::Index Eigen::TensorIndexPairOp< XprType >::Index

Definition at line 62 of file TensorArgMax.h.

◆ Nested

template<typename XprType >
typedef Eigen::internal::nested<TensorIndexPairOp>::type Eigen::TensorIndexPairOp< XprType >::Nested

Definition at line 60 of file TensorArgMax.h.

◆ RealScalar

template<typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorIndexPairOp< XprType >::RealScalar

Definition at line 59 of file TensorArgMax.h.

◆ Scalar

template<typename XprType >
typedef Eigen::internal::traits<TensorIndexPairOp>::Scalar Eigen::TensorIndexPairOp< XprType >::Scalar

Definition at line 58 of file TensorArgMax.h.

◆ StorageKind

template<typename XprType >
typedef Eigen::internal::traits<TensorIndexPairOp>::StorageKind Eigen::TensorIndexPairOp< XprType >::StorageKind

Definition at line 61 of file TensorArgMax.h.

Constructor & Destructor Documentation

◆ TensorIndexPairOp()

template<typename XprType >
Eigen::TensorIndexPairOp< XprType >::TensorIndexPairOp ( const XprType &  expr)
inline

Definition at line 65 of file TensorArgMax.h.

66  : m_xpr(expr) {}
XprType::Nested m_xpr
Definition: TensorArgMax.h:73

Member Function Documentation

◆ expression()

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

Definition at line 70 of file TensorArgMax.h.

70 { return m_xpr; }

Member Data Documentation

◆ m_xpr

template<typename XprType >
XprType::Nested Eigen::TensorIndexPairOp< XprType >::m_xpr
protected

Definition at line 73 of file TensorArgMax.h.


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