
Public Member Functions | |
| InnerIterator (const SparseVector &vec, Index outer=0) | |
| InnerIterator (const CompressedStorage< Scalar, Index > &data) | |
| template<unsigned int Added, unsigned int Removed> | |
| InnerIterator (const Flagged< SparseVector, Added, Removed > &vec, Index) | |
| InnerIterator & | operator++ () |
| Scalar | value () const |
| Scalar & | valueRef () |
| Index | index () const |
| Index | row () const |
| Index | col () const |
| operator bool () const | |
Protected Attributes | |
| const CompressedStorage < Scalar, Index > & | m_data |
| Index | m_id |
| const Index | m_end |
| Eigen::SparseVector::InnerIterator::InnerIterator | ( | const SparseVector & | vec, |
| Index | outer = 0 |
||
| ) | [inline] |
| Eigen::SparseVector::InnerIterator::InnerIterator | ( | const CompressedStorage< Scalar, Index > & | data | ) | [inline] |
| Eigen::SparseVector::InnerIterator::InnerIterator | ( | const Flagged< SparseVector, Added, Removed > & | vec, |
| Index | |||
| ) | [inline] |
| Index Eigen::SparseVector::InnerIterator::col | ( | ) | const [inline] |
| Index Eigen::SparseVector::InnerIterator::index | ( | ) | const [inline] |
| Eigen::SparseVector::InnerIterator::operator bool | ( | void | ) | const [inline] |
| InnerIterator& Eigen::SparseVector::InnerIterator::operator++ | ( | ) | [inline] |
| Index Eigen::SparseVector::InnerIterator::row | ( | ) | const [inline] |
| Scalar Eigen::SparseVector::InnerIterator::value | ( | void | ) | const [inline] |
| Scalar& Eigen::SparseVector::InnerIterator::valueRef | ( | ) | [inline] |
const CompressedStorage<Scalar,Index>& Eigen::SparseVector::InnerIterator::m_data [protected] |
const Index Eigen::SparseVector::InnerIterator::m_end [protected] |
Index Eigen::SparseVector::InnerIterator::m_id [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |