Update of /cvsroot/lapackpp/lapackpp/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2257/include
Modified Files:
laindex.h
Log Message:
2005-09-12 Christian Stimming <sti...@tu...>
* include/laindex.h, matrix/source/laindex.cc: Make the
return-by-reference functions start(), end() and incr() protected
because they are too error-prone when being manipulated
arbitrarily. Instead, add a set() method that follows the
conventions of the constructors. Additionally, add assertions so
that the increment is nonzero.
|