Public Member Functions | |
| EIGEN_STRONG_INLINE | InnerIterator (const CwiseUnaryViewImpl &unaryView, Index outer) |
| EIGEN_STRONG_INLINE InnerIterator & | operator++ () |
| EIGEN_STRONG_INLINE Scalar | value () const |
| EIGEN_STRONG_INLINE Scalar & | valueRef () |
| 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 |
Private Types | |
| typedef CwiseUnaryViewImpl::Scalar | Scalar |
| typedef internal::traits < Derived >::_MatrixTypeNested | _MatrixTypeNested |
| typedef _MatrixTypeNested::InnerIterator | MatrixTypeIterator |
| typedef MatrixType::Index | Index |
typedef internal::traits<Derived>::_MatrixTypeNested Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::_MatrixTypeNested [private] |
typedef MatrixType::Index Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::Index [private] |
typedef _MatrixTypeNested::InnerIterator Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::MatrixTypeIterator [private] |
typedef CwiseUnaryViewImpl::Scalar Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::Scalar [private] |
| EIGEN_STRONG_INLINE Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::operator bool | ( | void | ) | const [inline] |
| EIGEN_STRONG_INLINE InnerIterator& Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::operator++ | ( | ) | [inline] |
const ViewOp Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::m_functor [protected] |
MatrixTypeIterator Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, Sparse >::InnerIterator::m_iter [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |