[Lapackpp-cvs] CVS: lapackpp/include laindex.h,1.4,1.5
Status: Beta
Brought to you by:
cstim
From: Christian S. <cs...@us...> - 2005-09-12 11:26:17
|
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. |