#include <sparsematrix.hpp>

Public Types | |
|
typedef Eigen::SparseMatrix < double > | Base |
Public Member Functions | |
| bool | __call__ () const |
| SparseMatrixInnerIterator * | Begin () const |
| SparseMatrixInnerIterator * | End () const |
| const int & | Index () const |
| bool | IsValid () const |
| const Base & | Matrix () const |
| bool | operator!= (const SparseMatrixIterator &other) const |
| SparseMatrixIterator | operator+ (const int &other) const |
| bool | operator== (const SparseMatrixIterator &other) const |
| SparseMatrixIterator (const Base &mat) | |
| default constructor | |
| SparseMatrixIterator (const SparseMatrixIterator &other) | |
| copy constructor | |
| SparseMatrixIterator () | |
| never use this - for SWIG only: | |
Static Public Member Functions | |
| static SparseMatrixIterator | EndIt (const Base &mat) |
Protected Member Functions | |
| int & | Index () |
Protected Attributes | |
| int | m_index |
| const Base * | m_matrix |
1.5.6