#include <mattoep.h>
Public Member Functions | |
ToeplitzIterator (unsigned rows, unsigned cols) | |
operator bool () const | |
void | operator++ () |
unsigned | row () const |
unsigned | col () const |
unsigned | offset () const |
Protected Attributes | |
unsigned | offset_ |
unsigned | i_ |
unsigned | j_ |
unsigned | rows_ |
unsigned | cols_ |
bool | good_ |
ToeplitzIterator::ToeplitzIterator | ( | unsigned | rows, | |
unsigned | cols | |||
) | [inline] |
unsigned ToeplitzIterator::col | ( | ) | const [inline] |
unsigned ToeplitzIterator::offset | ( | ) | const [inline] |
ToeplitzIterator::operator bool | ( | ) | const [inline] |
void ToeplitzIterator::operator++ | ( | ) | [inline] |
unsigned ToeplitzIterator::row | ( | ) | const [inline] |
unsigned ToeplitzIterator::cols_ [protected] |
bool ToeplitzIterator::good_ [protected] |
unsigned ToeplitzIterator::i_ [protected] |
unsigned ToeplitzIterator::j_ [protected] |
unsigned ToeplitzIterator::offset_ [protected] |
unsigned ToeplitzIterator::rows_ [protected] |