#include <matutri.h>
Public Member Functions | |
| UpperTriangularIterator (unsigned rows, unsigned cols) | |
| operator bool () const | |
| void | operator++ () |
| unsigned | row () const |
| unsigned | col () const |
| unsigned | offset () const |
Protected Attributes | |
| unsigned | size_ |
| bool | good_ |
| unsigned | offset_ |
| unsigned | i_ |
| unsigned | j_ |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1