Update of /cvsroot/lapackpp/lapackpp/matrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2257/matrix/src
Modified Files:
Makefile.am
Added Files:
laindex.cc
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.
--- NEW FILE: laindex.cc ---
|