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 = evaluator<LhsArg>::CoeffReadCost + evaluator<RhsArg>::CoeffReadCost + functor_traits<BinaryOp>::Cost, Flags = XprType::Flags }
 
- 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< 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, IteratorBased, IteratorBased >

Definition at line 402 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

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

Definition at line 406 of file SparseCwiseBinaryOp.h.

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

Definition at line 407 of file SparseCwiseBinaryOp.h.

Definition at line 409 of file SparseCwiseBinaryOp.h.

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

Definition at line 408 of file SparseCwiseBinaryOp.h.

Definition at line 410 of file SparseCwiseBinaryOp.h.

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

Definition at line 412 of file SparseCwiseBinaryOp.h.

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

Definition at line 411 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 461 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

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

Definition at line 466 of file SparseCwiseBinaryOp.h.

Member Function Documentation

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

Definition at line 475 of file SparseCwiseBinaryOp.h.

Member Data Documentation

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

Definition at line 480 of file SparseCwiseBinaryOp.h.

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

Definition at line 481 of file SparseCwiseBinaryOp.h.

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

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