[Lapackpp-cvs] CVS: lapackpp/matrix/src laindex.cc,NONE,1.1 Makefile.am,1.7,1.8
Status: Beta
Brought to you by:
cstim
From: Christian S. <cs...@us...> - 2005-09-12 11:26:18
|
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 --- |