#include <matgen.h>
Inheritance diagram for GeneralIterator:

Public Member Functions | |
| GeneralIterator (unsigned rows, unsigned cols) | |
| unsigned | offset () const |
| operator bool () const | |
| unsigned | row () const |
| unsigned | col () const |
Protected Attributes | |
| unsigned | rows_ |
| unsigned | cols_ |
| unsigned | offset_ |
| unsigned | i_ |
| unsigned | j_ |
| bool | good_ |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1