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

#include <SparseCwiseBinaryOp.h>

Inheritance diagram for Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IteratorBased >:
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(Rhs::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< Rhs >::InnerIterator RhsIterator
 
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 >, IndexBased, IteratorBased >

Definition at line 154 of file SparseCwiseBinaryOp.h.

Member Typedef Documentation

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

Definition at line 158 of file SparseCwiseBinaryOp.h.

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

Definition at line 160 of file SparseCwiseBinaryOp.h.

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

Definition at line 161 of file SparseCwiseBinaryOp.h.

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

Definition at line 159 of file SparseCwiseBinaryOp.h.

Member Enumeration Documentation

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

Definition at line 213 of file SparseCwiseBinaryOp.h.

Constructor & Destructor Documentation

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

Definition at line 219 of file SparseCwiseBinaryOp.h.

Member Function Documentation

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

Definition at line 229 of file SparseCwiseBinaryOp.h.

Member Data Documentation

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

Definition at line 237 of file SparseCwiseBinaryOp.h.

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

Definition at line 234 of file SparseCwiseBinaryOp.h.

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

Definition at line 235 of file SparseCwiseBinaryOp.h.

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

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