Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Attributes
Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse > Class Template Reference
+ Collaboration diagram for Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >:

Public Member Functions

EIGEN_STRONG_INLINE sparse_cwise_binary_op_inner_iterator_selector (const CwiseBinaryXpr &xpr, Index outer)
 
EIGEN_STRONG_INLINE Derived & operator++ ()
 
EIGEN_STRONG_INLINE Scalar value () const
 
EIGEN_STRONG_INLINE Index index () const
 
EIGEN_STRONG_INLINE Index row () const
 
EIGEN_STRONG_INLINE Index col () const
 
EIGEN_STRONG_INLINE operator bool () const
 

Protected Attributes

LhsIterator m_lhsIter
 
RhsIterator m_rhsIter
 
const BinaryOp & m_functor
 
Scalar m_value
 
Index m_id
 

Detailed Description

template<typename BinaryOp, typename Lhs, typename Rhs, typename Derived>
class Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >

Definition at line 94 of file SparseCwiseBinaryOp.h.


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