#include <mtx/mtx.h>

Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef T | value_type |
| typedef ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef T & | reference |
Public Member Functions | |
| rowmaj_iterator_base (int s, int ncols, T *ptr) | |
| T & | operator* () const |
| rowmaj_iterator_base & | operator++ () |
| bool | operator== (const rowmaj_iterator_base &other) const |
| bool | operator!= (const rowmaj_iterator_base &other) const |
Definition at line 606 of file mtx.h.