ppl/src Matrix.defs.hh Matrix.cc conversion.cc

CVSROOT: /cvs/ppl Module name: ppl Branch: lazy Changes by: ericci@cs.unipr.it 2002-11-27 13:15:30
Modified files: src : Matrix.defs.hh Matrix.cc conversion.cc
Log message: Now we have Matrix::add_pending_row(Row::Type type) instead of Matrix::add_row(Row::Type type). This new method does not change `index_first_pending' and does not verify the sortedness of the matrix. Used this new method in conversion. At the end of conversion, we update the sortedness of `dest' and its `index_first_pending'.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Matrix.defs.hh.diff?cvsroo... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Matrix.cc.diff?cvsroot=ppl... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/conversion.cc.diff?cvsroot...
participants (1)
-
Elisa Ricci