Public Member Functions | Protected Attributes

CwiseUnaryOpImpl< UnaryOp, MatrixType, Sparse >::InnerIterator Class Reference

#include <SparseCwiseUnaryOp.h>

List of all members.

Public Member Functions

EIGEN_STRONG_INLINE InnerIterator (const CwiseUnaryOpImpl &unaryOp, Index outer)
EIGEN_STRONG_INLINE InnerIteratoroperator++ ()
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

MatrixTypeIterator m_iter
const UnaryOp m_functor

template<typename UnaryOp, typename MatrixType>
class CwiseUnaryOpImpl< UnaryOp, MatrixType, Sparse >::InnerIterator


Constructor & Destructor Documentation

template<typename UnaryOp , typename MatrixType >
EIGEN_STRONG_INLINE CwiseUnaryOpImpl< UnaryOp, MatrixType, Sparse >::InnerIterator::InnerIterator ( const CwiseUnaryOpImpl< UnaryOp, MatrixType, Sparse > &  unaryOp,
Index  outer 
) [inline]

Member Function Documentation

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

Member Data Documentation

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

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