
Public Member Functions | |
| InnerIterator (const SparseMatrix &mat, Index outer) | |
| InnerIterator & | operator++ () |
| const Scalar & | value () const |
| Scalar & | valueRef () |
| Index | index () const |
| Index | outer () const |
| Index | row () const |
| Index | col () const |
| operator bool () const | |
Protected Attributes | |
| const Scalar * | m_values |
| const Index * | m_indices |
| const Index | m_outer |
| Index | m_id |
| const Index | m_end |
| Eigen::SparseMatrix::InnerIterator::InnerIterator | ( | const SparseMatrix & | mat, |
| Index | outer | ||
| ) | [inline] |
| Index Eigen::SparseMatrix::InnerIterator::col | ( | ) | const [inline] |
| Index Eigen::SparseMatrix::InnerIterator::index | ( | ) | const [inline] |
| Eigen::SparseMatrix::InnerIterator::operator bool | ( | void | ) | const [inline] |
| InnerIterator& Eigen::SparseMatrix::InnerIterator::operator++ | ( | ) | [inline] |
| Index Eigen::SparseMatrix::InnerIterator::outer | ( | ) | const [inline] |
| Index Eigen::SparseMatrix::InnerIterator::row | ( | ) | const [inline] |
| const Scalar& Eigen::SparseMatrix::InnerIterator::value | ( | void | ) | const [inline] |
| Scalar& Eigen::SparseMatrix::InnerIterator::valueRef | ( | ) | [inline] |
const Index Eigen::SparseMatrix::InnerIterator::m_end [protected] |
Index Eigen::SparseMatrix::InnerIterator::m_id [protected] |
const Index* Eigen::SparseMatrix::InnerIterator::m_indices [protected] |
const Index Eigen::SparseMatrix::InnerIterator::m_outer [protected] |
const Scalar* Eigen::SparseMatrix::InnerIterator::m_values [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |