[Lapackpp-cvs] CVS: lapackpp ChangeLog,1.80,1.81
Status: Beta
Brought to you by:
cstim
From: Christian S. <cs...@us...> - 2005-09-12 11:26:17
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2257 Modified Files: ChangeLog 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. |