Public Member Functions | Protected Attributes | Private Types
internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, 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 BinaryFuncm_functor
LhsIterator m_lhsIter
RhsIterator m_rhsIter

Private Types

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

Detailed Description

template<typename T, typename Lhs, typename Rhs, typename Derived>
class internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >

Definition at line 162 of file SparseCwiseBinaryOp.h.


Member Typedef Documentation

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

Definition at line 167 of file SparseCwiseBinaryOp.h.

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

Definition at line 169 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef scalar_product_op<T> internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::BinaryFunc [private]

Definition at line 164 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef CwiseBinaryOp<BinaryFunc, Lhs, Rhs> internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::CwiseBinaryXpr [private]

Definition at line 165 of file SparseCwiseBinaryOp.h.

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

Definition at line 171 of file SparseCwiseBinaryOp.h.

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

Definition at line 168 of file SparseCwiseBinaryOp.h.

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

Definition at line 170 of file SparseCwiseBinaryOp.h.

template<typename T , typename Lhs , typename Rhs , typename Derived >
typedef CwiseBinaryXpr::Scalar internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::Scalar [private]

Definition at line 166 of file SparseCwiseBinaryOp.h.


Constructor & Destructor Documentation

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

Definition at line 174 of file SparseCwiseBinaryOp.h.


Member Function Documentation

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

Definition at line 204 of file SparseCwiseBinaryOp.h.

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

Definition at line 202 of file SparseCwiseBinaryOp.h.

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

Definition at line 206 of file SparseCwiseBinaryOp.h.

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

Definition at line 186 of file SparseCwiseBinaryOp.h.

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

Definition at line 203 of file SparseCwiseBinaryOp.h.

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

Definition at line 200 of file SparseCwiseBinaryOp.h.


Member Data Documentation

template<typename T , typename Lhs , typename Rhs , typename Derived >
const BinaryFunc& internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::m_functor [protected]

Definition at line 211 of file SparseCwiseBinaryOp.h.

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

Definition at line 209 of file SparseCwiseBinaryOp.h.

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

Definition at line 210 of file SparseCwiseBinaryOp.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:34