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 = evaluator<LhsArg>::CoeffReadCost + evaluator<RhsArg>::CoeffReadCost + functor_traits<BinaryOp>::Cost, Flags = (XprType::Flags & ~RowMajorBit) | (int(LhsArg::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< 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
 

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, IteratorBased, IndexBased >

Definition at line 561 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

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

Definition at line 565 of file SparseCwiseBinaryOp.h.

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

Definition at line 566 of file SparseCwiseBinaryOp.h.

Definition at line 568 of file SparseCwiseBinaryOp.h.

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

Definition at line 567 of file SparseCwiseBinaryOp.h.

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

Definition at line 569 of file SparseCwiseBinaryOp.h.

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

Definition at line 571 of file SparseCwiseBinaryOp.h.

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

Definition at line 570 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 609 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

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

Definition at line 615 of file SparseCwiseBinaryOp.h.

Member Function Documentation

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

Definition at line 624 of file SparseCwiseBinaryOp.h.

Member Data Documentation

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

Definition at line 629 of file SparseCwiseBinaryOp.h.

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

Definition at line 630 of file SparseCwiseBinaryOp.h.

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

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