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 = evaluator<LhsArg>::CoeffReadCost + evaluator<RhsArg>::CoeffReadCost + functor_traits<BinaryOp>::Cost, Flags = (XprType::Flags & ~RowMajorBit) | (int(RhsArg::Flags)&RowMajorBit) }
 
- Public Types inherited from Eigen::internal::evaluator_base< XprType >
enum  
 
typedef traits< XprType > ExpressionTraits
 

Public Member Functions

Index nonZerosEstimate () const
 
 sparse_conjunction_evaluator (const XprType &xpr)
 

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
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

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

Definition at line 487 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

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

Definition at line 491 of file SparseCwiseBinaryOp.h.

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

Definition at line 492 of file SparseCwiseBinaryOp.h.

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

Definition at line 494 of file SparseCwiseBinaryOp.h.

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

Definition at line 493 of file SparseCwiseBinaryOp.h.

Definition at line 495 of file SparseCwiseBinaryOp.h.

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

Definition at line 497 of file SparseCwiseBinaryOp.h.

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

Definition at line 496 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 534 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

template<typename XprType >
Eigen::internal::sparse_conjunction_evaluator< XprType, IndexBased, IteratorBased >::sparse_conjunction_evaluator ( const XprType &  xpr)
inlineexplicit

Definition at line 540 of file SparseCwiseBinaryOp.h.

Member Function Documentation

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

Definition at line 549 of file SparseCwiseBinaryOp.h.

Member Data Documentation

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

Definition at line 554 of file SparseCwiseBinaryOp.h.

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

Definition at line 555 of file SparseCwiseBinaryOp.h.

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

Definition at line 556 of file SparseCwiseBinaryOp.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:46