Public Member Functions | |
| EIGEN_STRONG_INLINE | InnerIterator (const Derived &expr, Index outer) |
| EIGEN_STRONG_INLINE Scalar | value () const |
| EIGEN_STRONG_INLINE InnerIterator & | operator++ () |
| EIGEN_STRONG_INLINE Index | index () const |
| Index | row () const |
| Index | col () const |
| EIGEN_STRONG_INLINE | operator bool () const |
Protected Types | |
| typedef Derived::Scalar | Scalar |
| typedef Derived::Index | Index |
Protected Attributes | |
| const Derived & | m_expression |
| Index | m_inner |
| const Index | m_outer |
| const Index | m_end |
typedef Derived::Index Eigen::DenseBase::InnerIterator::Index [protected] |
typedef Derived::Scalar Eigen::DenseBase::InnerIterator::Scalar [protected] |
| EIGEN_STRONG_INLINE Eigen::DenseBase::InnerIterator::InnerIterator | ( | const Derived & | expr, |
| Index | outer | ||
| ) | [inline] |
| EIGEN_STRONG_INLINE Index Eigen::DenseBase::InnerIterator::index | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Eigen::DenseBase::InnerIterator::operator bool | ( | void | ) | const [inline] |
| EIGEN_STRONG_INLINE InnerIterator& Eigen::DenseBase::InnerIterator::operator++ | ( | ) | [inline] |
| EIGEN_STRONG_INLINE Scalar Eigen::DenseBase::InnerIterator::value | ( | void | ) | const [inline] |
const Index Eigen::DenseBase::InnerIterator::m_end [protected] |
const Derived& Eigen::DenseBase::InnerIterator::m_expression [protected] |
Index Eigen::DenseBase::InnerIterator::m_inner [protected] |
const Index Eigen::DenseBase::InnerIterator::m_outer [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |