[PPL-devel] [GIT] ppl/ppl(sparse_matrices): Remove the Dense_Matrix class, and use Matrix<Dense_Row> instead.

Marco Poletti poletti.marco at gmail.com
Sun Dec 26 23:11:21 CET 2010


Module: ppl/ppl
Branch: sparse_matrices
Commit: c354550b9fdfd9239199a0713dfa7cc9736719c6
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c354550b9fdfd9239199a0713dfa7cc9736719c6

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Sun Dec 26 23:11:58 2010 +0100

Remove the Dense_Matrix class, and use Matrix<Dense_Row> instead.

---

 src/Congruence_System.cc         |    8 +-
 src/Congruence_System.defs.hh    |   12 +-
 src/Congruence_System.inlines.hh |   38 ++--
 src/Dense_Matrix.cc              |  468 --------------------------------------
 src/Dense_Matrix.defs.hh         |  392 -------------------------------
 src/Dense_Matrix.inlines.hh      |  237 -------------------
 src/Dense_Matrix.types.hh        |   21 --
 src/Grid_Generator_System.cc     |   16 +-
 src/Linear_System.cc             |   13 +-
 src/Linear_System.defs.hh        |    4 +-
 src/Linear_System.inlines.hh     |   28 ++--
 src/Makefile.am                  |    4 -
 src/Matrix.defs.hh               |    1 +
 src/Polyhedron_chdims.cc         |    4 +-
 14 files changed, 64 insertions(+), 1182 deletions(-)

Diff:   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=c354550b9fdfd9239199a0713dfa7cc9736719c6



More information about the PPL-devel mailing list