#include <matltri.h>
Public Member Functions | |
| LowerTriangularIterator (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_ |
| LowerTriangularIterator::LowerTriangularIterator | ( | unsigned | rows, | |
| unsigned | cols | |||
| ) | [inline] |
| LowerTriangularIterator::operator bool | ( | ) | const [inline] |
| void LowerTriangularIterator::operator++ | ( | ) | [inline] |
| unsigned LowerTriangularIterator::row | ( | ) | const [inline] |
| unsigned LowerTriangularIterator::col | ( | ) | const [inline] |
| unsigned LowerTriangularIterator::offset | ( | ) | const [inline] |
unsigned LowerTriangularIterator::size_ [protected] |
bool LowerTriangularIterator::good_ [protected] |
unsigned LowerTriangularIterator::offset_ [protected] |
unsigned LowerTriangularIterator::i_ [protected] |
unsigned LowerTriangularIterator::j_ [protected] |
1.5.2