Public Types | Public Member Functions

CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse >::InnerIterator Class Reference

#include <SparseCwiseBinaryOp.h>

List of all members.

Public Types

typedef Lhs::Index Index
typedef
internal::sparse_cwise_binary_op_inner_iterator_selector
< BinaryOp, Lhs, Rhs,
InnerIterator
Base

Public Member Functions

EIGEN_STRONG_INLINE InnerIterator (const CwiseBinaryOpImpl &binOp, Index outer)

template<typename BinaryOp, typename Lhs, typename Rhs>
class CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse >::InnerIterator


Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef internal::sparse_cwise_binary_op_inner_iterator_selector< BinaryOp,Lhs,Rhs, InnerIterator> CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse >::InnerIterator::Base
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef Lhs::Index CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse >::InnerIterator::Index

Constructor & Destructor Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse >::InnerIterator::InnerIterator ( const CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse > &  binOp,
Index  outer 
) [inline]

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