From: Wolfgang Bangerth Date: Tue, 30 Mar 2004 15:08:39 +0000 (+0000) Subject: Fix bugs with SparseMatrix iterators. X-Git-Tag: v8.0.0~15425 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b75bbc717eb60f6df766b5679cb1ac422ae4fb;p=dealii.git Fix bugs with SparseMatrix iterators. git-svn-id: https://svn.dealii.org/trunk@8923 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 0fd81fb3f9..0e2b98131e 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -368,6 +368,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. Fixed: The SparseMatrix iterator classes + had various interesting bugs when rows of the matrix were completely + empty. These should now be fixed. +
    + (WB 2004/03/30) +

    +
  2. New: The SparsityPattern class now also has an iterator class that allows to walk over all nonzero entries of a sparsity pattern.