Public Member Functions | Protected Attributes

CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator Class Reference

#include <SparseCwiseUnaryOp.h>

List of all members.

Public Member Functions

EIGEN_STRONG_INLINE InnerIterator (const CwiseUnaryViewImpl &unaryView, Index outer)
EIGEN_STRONG_INLINE InnerIteratoroperator++ ()
EIGEN_STRONG_INLINE Scalar value () const
EIGEN_STRONG_INLINE ScalarvalueRef ()
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

MatrixTypeIterator m_iter
const ViewOp m_functor

template<typename ViewOp, typename MatrixType>
class CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator


Constructor & Destructor Documentation

template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::InnerIterator ( const CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse > &  unaryView,
Index  outer 
) [inline]

Member Function Documentation

template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Index CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::col (  )  const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Index CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::index (  )  const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::operator bool (  )  const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE InnerIterator& CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::operator++ (  )  [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Index CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::row (  )  const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Scalar CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::value (  )  const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Scalar& CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::valueRef (  )  [inline]

Member Data Documentation

template<typename ViewOp , typename MatrixType >
const ViewOp CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::m_functor [protected]
template<typename ViewOp , typename MatrixType >
MatrixTypeIterator CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::m_iter [protected]

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