[PPL-devel] [GIT] ppl/ppl(MPI): Distributed_Sparse_Matrix: add TODO.

Marco Poletti poletti.marco at gmail.com
Fri Sep 10 17:46:25 CEST 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Fri Sep 10 17:46:07 2010 +0200

Distributed_Sparse_Matrix: add TODO.

---

 src/Distributed_Sparse_Matrix.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Distributed_Sparse_Matrix.cc b/src/Distributed_Sparse_Matrix.cc
index bff6c62..3b44eaf 100644
--- a/src/Distributed_Sparse_Matrix.cc
+++ b/src/Distributed_Sparse_Matrix.cc
@@ -763,6 +763,8 @@ PPL::Distributed_Sparse_Matrix::linear_combine_with_base_rows__common(
        i != i_end; ++i)
     row_k[i.index()] += global_reverse_scaling * *i;
 
+  // TODO: row_k seems to be already normalized, check whether this can be
+  // removed or not.
   row_k.normalize();
 }
 




More information about the PPL-devel mailing list