blitz Version 0.10
UpperTriangularIterator Class Reference

#include <matutri.h>

List of all members.

Public Member Functions

 UpperTriangularIterator (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_

Constructor & Destructor Documentation

UpperTriangularIterator::UpperTriangularIterator ( unsigned  rows,
unsigned  cols 
) [inline]

Member Function Documentation

unsigned UpperTriangularIterator::col ( ) const [inline]
unsigned UpperTriangularIterator::offset ( ) const [inline]
UpperTriangularIterator::operator bool ( ) const [inline]
void UpperTriangularIterator::operator++ ( ) [inline]
unsigned UpperTriangularIterator::row ( ) const [inline]

Member Data Documentation

unsigned UpperTriangularIterator::i_ [protected]
unsigned UpperTriangularIterator::j_ [protected]
unsigned UpperTriangularIterator::offset_ [protected]
unsigned UpperTriangularIterator::size_ [protected]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines