blitz
Version 0.9
|
#include <matgen.h>
Public Member Functions | |
ColumnMajorIterator (unsigned rows, unsigned cols) | |
void | operator++ () |
![]() | |
GeneralIterator (unsigned rows, unsigned cols) | |
unsigned | offset () const |
operator bool () const | |
unsigned | row () const |
unsigned | col () const |
Additional Inherited Members | |
![]() | |
unsigned | rows_ |
unsigned | cols_ |
unsigned | offset_ |
unsigned | i_ |
unsigned | j_ |
bool | good_ |
|
inline |
|
inline |