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