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