#include <sparsematrix.hpp>
Public Types | |
typedef Eigen::SparseMatrix < double > | Base |
Public Member Functions | |
SparseMatrixInnerIterator * | __add__ (const int &other) const |
bool | __call__ () const |
int | Col () const |
int | Index () const |
bool | IsValid () const |
bool | operator!= (const SparseMatrixInnerIterator &other) const |
bool | operator== (const SparseMatrixInnerIterator &other) const |
int | Row () const |
SparseMatrixInnerIterator (const Base &mat, int inner) | |
default constructor | |
SparseMatrixInnerIterator (const SparseMatrixInnerIterator &other) | |
copy constructor | |
SparseMatrixInnerIterator () | |
never use this - for SWIG only: | |
double | Value () const |
Static Public Member Functions | |
static SparseMatrixInnerIterator | EndIt (const Base &mat) |
Protected Member Functions | |
Base::InnerIterator & | it () |
const Base::InnerIterator & | it () const |
const Base & | Matrix () const |
Protected Attributes | |
Base::InnerIterator | m_it |
const Base * | m_matrix |