blitz  Version 0.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes
ToeplitzIterator Class Reference

#include <mattoep.h>

List of all members.

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_

Constructor & Destructor Documentation

ToeplitzIterator::ToeplitzIterator ( unsigned  rows,
unsigned  cols 
)
inline

Member Function Documentation

unsigned ToeplitzIterator::col ( ) const
inline
unsigned ToeplitzIterator::offset ( ) const
inline
ToeplitzIterator::operator bool ( ) const
inline
void ToeplitzIterator::operator++ ( )
inline
unsigned ToeplitzIterator::row ( ) const
inline

Member Data Documentation

unsigned ToeplitzIterator::cols_
protected
bool ToeplitzIterator::good_
protected
unsigned ToeplitzIterator::i_
protected
unsigned ToeplitzIterator::j_
protected
unsigned ToeplitzIterator::offset_
protected
unsigned ToeplitzIterator::rows_
protected

The documentation for this class was generated from the following file: