#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_ |
| UpperTriangularIterator::UpperTriangularIterator | ( | unsigned | rows, | |
| unsigned | cols | |||
| ) | [inline] |
| UpperTriangularIterator::operator bool | ( | ) | const [inline] |
| void UpperTriangularIterator::operator++ | ( | ) | [inline] |
| unsigned UpperTriangularIterator::row | ( | ) | const [inline] |
| unsigned UpperTriangularIterator::col | ( | ) | const [inline] |
| unsigned UpperTriangularIterator::offset | ( | ) | const [inline] |
unsigned UpperTriangularIterator::size_ [protected] |
bool UpperTriangularIterator::good_ [protected] |
unsigned UpperTriangularIterator::offset_ [protected] |
unsigned UpperTriangularIterator::i_ [protected] |
unsigned UpperTriangularIterator::j_ [protected] |
1.5.2