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