Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased > Struct Template Reference

#include <SparseCwiseBinaryOp.h>

Inheritance diagram for Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >:
Inheritance graph
[legend]

Classes

class  InnerIterator
 

Public Types

enum  { CoeffReadCost = evaluator<Lhs>::CoeffReadCost + evaluator<Rhs>::CoeffReadCost + functor_traits<BinaryOp>::Cost, Flags = (XprType::Flags & ~RowMajorBit) | (int(Lhs::Flags)&RowMajorBit) }
 
- Public Types inherited from Eigen::internal::evaluator_base< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >
enum  
 
typedef traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > ExpressionTraits
 

Public Member Functions

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

Protected Types

typedef evaluator< Lhs >::InnerIterator LhsIterator
 
typedef traits< XprType >::Scalar Scalar
 
typedef XprType::StorageIndex StorageIndex
 
typedef CwiseBinaryOp< BinaryOp, Lhs, RhsXprType
 

Protected Attributes

const XprTypem_expr
 
const BinaryOp m_functor
 
evaluator< Lhsm_lhsImpl
 
evaluator< Rhsm_rhsImpl
 

Additional Inherited Members

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

Detailed Description

template<typename BinaryOp, typename Lhs, typename Rhs>
struct Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >

Definition at line 242 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef evaluator<Lhs>::InnerIterator Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::LhsIterator
protected

Definition at line 246 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef traits<XprType>::Scalar Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::Scalar
protected

Definition at line 248 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef XprType::StorageIndex Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::StorageIndex
protected

Definition at line 249 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef CwiseBinaryOp<BinaryOp, Lhs, Rhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::XprType
protected

Definition at line 247 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
anonymous enum
Enumerator
CoeffReadCost 
Flags 

Definition at line 301 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::binary_evaluator ( const XprType xpr)
inlineexplicit

Definition at line 307 of file SparseCwiseBinaryOp.h.

Member Function Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
Index Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::nonZerosEstimate ( ) const
inline

Definition at line 317 of file SparseCwiseBinaryOp.h.

Member Data Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
const XprType& Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_expr
protected

Definition at line 325 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
const BinaryOp Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_functor
protected

Definition at line 322 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
evaluator<Lhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_lhsImpl
protected

Definition at line 323 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
evaluator<Rhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IteratorBased, IndexBased >::m_rhsImpl
protected

Definition at line 324 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:30