
Public Member Functions | |
| InnerIterator (const SparseInnerVectorSet &xpr, Index outer) | |
| Index | row () const |
| Index | col () const |
| InnerIterator & | operator++ () |
| Scalar | value () const |
| Scalar & | valueRef () |
| Index | index () const |
| operator bool () const | |
Protected Attributes | |
| Index | m_outer |
| const CompressedStorage < Scalar, Index > & | m_data |
| Index | m_id |
| const Index | m_end |
| Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator::InnerIterator | ( | const SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size > & | xpr, |
| Index | outer | ||
| ) | [inline] |
| Index Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator::col | ( | ) | const [inline] |
Reimplemented from Eigen::DynamicSparseMatrix::InnerIterator.
| Index Eigen::SparseVector::InnerIterator::index | ( | ) | const [inline, inherited] |
| Eigen::SparseVector::InnerIterator::operator bool | ( | void | ) | const [inline, inherited] |
| InnerIterator& Eigen::SparseVector::InnerIterator::operator++ | ( | ) | [inline, inherited] |
| Index Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator::row | ( | ) | const [inline] |
Reimplemented from Eigen::DynamicSparseMatrix::InnerIterator.
| Scalar Eigen::SparseVector::InnerIterator::value | ( | void | ) | const [inline, inherited] |
| Scalar& Eigen::SparseVector::InnerIterator::valueRef | ( | ) | [inline, inherited] |
const CompressedStorage<Scalar,Index>& Eigen::SparseVector::InnerIterator::m_data [protected, inherited] |
const Index Eigen::SparseVector::InnerIterator::m_end [protected, inherited] |
Index Eigen::SparseVector::InnerIterator::m_id [protected, inherited] |
Index Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator::m_outer [protected] |
Reimplemented from Eigen::DynamicSparseMatrix::InnerIterator.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |