[GIT] ppl/ppl(sparse_matrices): Dense_Row, Sparse_Row: remove the construct () methods and add a constructor from Flags. Update client code.

Module: ppl/ppl Branch: sparse_matrices Commit: c85e31fb4f456b5d5fe9ff060b955dda7b46e820 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c85e31fb4f456...
Author: Marco Poletti poletti.marco@gmail.com Date: Sat Dec 25 10:50:44 2010 +0100
Dense_Row, Sparse_Row: remove the construct() methods and add a constructor from Flags. Update client code.
---
src/Dense_Matrix.cc | 44 ++++++++++++++++++++++---------------------- src/Dense_Row.defs.hh | 28 ++-------------------------- src/Dense_Row.inlines.hh | 20 +++----------------- src/Linear_Expression.cc | 2 +- src/Linear_Row.defs.hh | 26 -------------------------- src/Linear_Row.inlines.hh | 19 ++++--------------- src/Linear_System.cc | 4 ++-- src/Sparse_Row.defs.hh | 40 ++-------------------------------------- src/Sparse_Row.inlines.hh | 19 ++++++------------- 9 files changed, 42 insertions(+), 160 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=c85e31fb4...
participants (1)
-
Marco Poletti