From 774f905e0ba69cf5aa9508b3fca49f571243901e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 2004 20:02:22 +0000 Subject: [PATCH] SparseMatrixIterator. git-svn-id: https://svn.dealii.org/trunk@8895 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index ff83af0647..7d38c7ebaa 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -368,6 +368,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. New: The iterator classes into SparseMatrix have been rearranged and extended, so + that it is now also possible to write to individual matrix entries + through these iterators. +
    + (WB 2004/03/29) +

    +
  2. New: The Vector and BlockVector classes now have member functions is_non_negative that check whether a vector -- 2.39.5