Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased > Struct Template Reference

#include <SparseCwiseBinaryOp.h>

Inheritance diagram for Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >:
Inheritance graph
[legend]

Classes

class  InnerIterator
 

Public Types

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

Public Member Functions

Index nonZerosEstimate () const
 
 sparse_conjunction_evaluator (const XprType &xpr)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Types

typedef XprType::Functor BinaryOp
 
typedef XprType::Lhs LhsArg
 
typedef evaluator< LhsArg >::InnerIterator LhsIterator
 
typedef XprType::Rhs RhsArg
 
typedef evaluator< RhsArgRhsEvaluator
 
typedef traits< XprType >::Scalar Scalar
 
typedef XprType::StorageIndex StorageIndex
 

Protected Attributes

const BinaryOp m_functor
 
evaluator< LhsArgm_lhsImpl
 
evaluator< RhsArgm_rhsImpl
 

Detailed Description

template<typename XprType>
struct Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >

Definition at line 558 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

◆ BinaryOp

Definition at line 562 of file SparseCwiseBinaryOp.h.

◆ LhsArg

Definition at line 563 of file SparseCwiseBinaryOp.h.

◆ LhsIterator

Definition at line 565 of file SparseCwiseBinaryOp.h.

◆ RhsArg

Definition at line 564 of file SparseCwiseBinaryOp.h.

◆ RhsEvaluator

Definition at line 566 of file SparseCwiseBinaryOp.h.

◆ Scalar

Definition at line 568 of file SparseCwiseBinaryOp.h.

◆ StorageIndex

template<typename XprType >
typedef XprType::StorageIndex Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >::StorageIndex
protected

Definition at line 567 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 606 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

◆ sparse_conjunction_evaluator()

Definition at line 611 of file SparseCwiseBinaryOp.h.

Member Function Documentation

◆ nonZerosEstimate()

template<typename XprType >
Index Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >::nonZerosEstimate ( ) const
inline

Definition at line 620 of file SparseCwiseBinaryOp.h.

Member Data Documentation

◆ m_functor

template<typename XprType >
const BinaryOp Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >::m_functor
protected

Definition at line 625 of file SparseCwiseBinaryOp.h.

◆ m_lhsImpl

template<typename XprType >
evaluator<LhsArg> Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >::m_lhsImpl
protected

Definition at line 626 of file SparseCwiseBinaryOp.h.

◆ m_rhsImpl

template<typename XprType >
evaluator<RhsArg> Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, IndexBased >::m_rhsImpl
protected

Definition at line 627 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:45:23