Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased > Struct Template Reference

#include <SparseCwiseBinaryOp.h>

Inheritance diagram for Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >:
Inheritance graph
[legend]

Classes

class  InnerIterator
 

Public Types

enum  { CoeffReadCost = int(evaluator<Lhs>::CoeffReadCost) + int(evaluator<Rhs>::CoeffReadCost) + int(functor_traits<BinaryOp>::Cost), Flags = XprType::Flags }
 
- Public Types inherited from Eigen::internal::evaluator_base< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >
enum  
 
typedef traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > ExpressionTraits
 

Public Member Functions

 binary_evaluator (const XprType &xpr)
 
Index nonZerosEstimate () const
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Types

typedef evaluator< Lhs >::InnerIterator LhsIterator
 
typedef traits< XprType >::Scalar Scalar
 
typedef XprType::StorageIndex StorageIndex
 
typedef CwiseBinaryOp< BinaryOp, Lhs, RhsXprType
 

Protected Attributes

const XprTypem_expr
 
const BinaryOp m_functor
 
evaluator< Lhsm_lhsImpl
 
evaluator< Rhsm_rhsImpl
 

Detailed Description

template<typename BinaryOp, typename Lhs, typename Rhs>
struct Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >

Definition at line 241 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

◆ LhsIterator

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef evaluator<Lhs>::InnerIterator Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::LhsIterator
protected

Definition at line 245 of file SparseCwiseBinaryOp.h.

◆ Scalar

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef traits<XprType>::Scalar Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::Scalar
protected

Definition at line 247 of file SparseCwiseBinaryOp.h.

◆ StorageIndex

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef XprType::StorageIndex Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::StorageIndex
protected

Definition at line 248 of file SparseCwiseBinaryOp.h.

◆ XprType

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef CwiseBinaryOp<BinaryOp, Lhs, Rhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::XprType
protected

Definition at line 246 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename BinaryOp , typename Lhs , typename Rhs >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 300 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

◆ binary_evaluator()

template<typename BinaryOp , typename Lhs , typename Rhs >
Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::binary_evaluator ( const XprType xpr)
inlineexplicit

Definition at line 305 of file SparseCwiseBinaryOp.h.

Member Function Documentation

◆ nonZerosEstimate()

template<typename BinaryOp , typename Lhs , typename Rhs >
Index Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::nonZerosEstimate ( ) const
inline

Definition at line 315 of file SparseCwiseBinaryOp.h.

Member Data Documentation

◆ m_expr

template<typename BinaryOp , typename Lhs , typename Rhs >
const XprType& Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_expr
protected

Definition at line 323 of file SparseCwiseBinaryOp.h.

◆ m_functor

template<typename BinaryOp , typename Lhs , typename Rhs >
const BinaryOp Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_functor
protected

Definition at line 320 of file SparseCwiseBinaryOp.h.

◆ m_lhsImpl

template<typename BinaryOp , typename Lhs , typename Rhs >
evaluator<Lhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_lhsImpl
protected

Definition at line 321 of file SparseCwiseBinaryOp.h.

◆ m_rhsImpl

template<typename BinaryOp , typename Lhs , typename Rhs >
evaluator<Rhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_rhsImpl
protected

Definition at line 322 of file SparseCwiseBinaryOp.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:24