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