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