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

#include <SparseCwiseBinaryOp.h>

Inheritance diagram for Eigen::internal::sparse_conjunction_evaluator< XprType, IndexBased, IteratorBased >:
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< LhsArgLhsEvaluator
 
typedef XprType::Rhs RhsArg
 
typedef evaluator< RhsArg >::InnerIterator RhsIterator
 
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, IndexBased, IteratorBased >

Definition at line 485 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

◆ BinaryOp

Definition at line 489 of file SparseCwiseBinaryOp.h.

◆ LhsArg

Definition at line 490 of file SparseCwiseBinaryOp.h.

◆ LhsEvaluator

Definition at line 492 of file SparseCwiseBinaryOp.h.

◆ RhsArg

Definition at line 491 of file SparseCwiseBinaryOp.h.

◆ RhsIterator

Definition at line 493 of file SparseCwiseBinaryOp.h.

◆ Scalar

Definition at line 495 of file SparseCwiseBinaryOp.h.

◆ StorageIndex

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

Definition at line 494 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 532 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

◆ sparse_conjunction_evaluator()

Definition at line 537 of file SparseCwiseBinaryOp.h.

Member Function Documentation

◆ nonZerosEstimate()

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

Definition at line 546 of file SparseCwiseBinaryOp.h.

Member Data Documentation

◆ m_functor

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

Definition at line 551 of file SparseCwiseBinaryOp.h.

◆ m_lhsImpl

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

Definition at line 552 of file SparseCwiseBinaryOp.h.

◆ m_rhsImpl

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

Definition at line 553 of file SparseCwiseBinaryOp.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:12:36