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

#include <SparseCwiseBinaryOp.h>

Inheritance diagram for Eigen::internal::sparse_conjunction_evaluator< XprType, IteratorBased, 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< LhsArg >::InnerIterator LhsIterator
 
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, IteratorBased, IteratorBased >

Definition at line 400 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

◆ BinaryOp

Definition at line 404 of file SparseCwiseBinaryOp.h.

◆ LhsArg

Definition at line 405 of file SparseCwiseBinaryOp.h.

◆ LhsIterator

Definition at line 407 of file SparseCwiseBinaryOp.h.

◆ RhsArg

Definition at line 406 of file SparseCwiseBinaryOp.h.

◆ RhsIterator

Definition at line 408 of file SparseCwiseBinaryOp.h.

◆ Scalar

Definition at line 410 of file SparseCwiseBinaryOp.h.

◆ StorageIndex

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

Definition at line 409 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 459 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

◆ sparse_conjunction_evaluator()

Definition at line 464 of file SparseCwiseBinaryOp.h.

Member Function Documentation

◆ nonZerosEstimate()

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

Definition at line 473 of file SparseCwiseBinaryOp.h.

Member Data Documentation

◆ m_functor

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

Definition at line 478 of file SparseCwiseBinaryOp.h.

◆ m_lhsImpl

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

Definition at line 479 of file SparseCwiseBinaryOp.h.

◆ m_rhsImpl

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

Definition at line 480 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