Public Member Functions | Protected Attributes | Private Types
Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse > Class Template Reference

#include <SparseCwiseBinaryOp.h>

List of all members.

Public Member Functions

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

Protected Attributes

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

Private Types

typedef traits< CwiseBinaryXpr >
::_LhsNested 
_LhsNested
typedef traits< CwiseBinaryXpr >
::_RhsNested 
_RhsNested
typedef CwiseBinaryOp
< BinaryOp, Lhs, Rhs > 
CwiseBinaryXpr
typedef Lhs::Index Index
typedef _LhsNested::InnerIterator LhsIterator
typedef _RhsNested::InnerIterator RhsIterator
typedef traits< CwiseBinaryXpr >
::Scalar 
Scalar

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.


Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef traits<CwiseBinaryXpr>::_LhsNested Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::_LhsNested [private]

Definition at line 98 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef traits<CwiseBinaryXpr>::_RhsNested Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::_RhsNested [private]

Definition at line 99 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef CwiseBinaryOp<BinaryOp, Lhs, Rhs> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::CwiseBinaryXpr [private]

Definition at line 96 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef Lhs::Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::Index [private]

Definition at line 102 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef _LhsNested::InnerIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::LhsIterator [private]

Definition at line 100 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef _RhsNested::InnerIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::RhsIterator [private]

Definition at line 101 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
typedef traits<CwiseBinaryXpr>::Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::Scalar [private]

Definition at line 97 of file SparseCwiseBinaryOp.h.


Constructor & Destructor Documentation

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::sparse_cwise_binary_op_inner_iterator_selector ( const CwiseBinaryXpr xpr,
Index  outer 
) [inline]

Definition at line 106 of file SparseCwiseBinaryOp.h.


Member Function Documentation

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::col ( ) const [inline]

Definition at line 145 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::index ( ) const [inline]

Definition at line 143 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::operator bool ( ) const [inline]

Definition at line 147 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Derived& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::operator++ ( ) [inline]

Definition at line 112 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::row ( ) const [inline]

Definition at line 144 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
EIGEN_STRONG_INLINE Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::value ( ) const [inline]

Definition at line 141 of file SparseCwiseBinaryOp.h.


Member Data Documentation

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
const BinaryOp& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::m_functor [protected]

Definition at line 152 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::m_id [protected]

Definition at line 154 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
LhsIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::m_lhsIter [protected]

Definition at line 150 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
RhsIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::m_rhsIter [protected]

Definition at line 151 of file SparseCwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs , typename Derived >
Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp, Lhs, Rhs, Derived, Sparse, Sparse >::m_value [protected]

Definition at line 153 of file SparseCwiseBinaryOp.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:02