From: Wolfgang Bangerth Date: Mon, 29 May 2000 08:18:02 +0000 (+0000) Subject: Fix of FullMatrix::Tvmult X-Git-Tag: v8.0.0~20443 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ecc64ed0d5739c4d67bfe70a42c559dc64af112;p=dealii.git Fix of FullMatrix::Tvmult git-svn-id: https://svn.dealii.org/trunk@2965 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 08fe1f09c2..23d0b3fafb 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -63,7 +63,17 @@
  1. - New: Class PreconditionBlockJacobi + Fix: the + FullMatrix::Tvmult function + suffered from the same problems as the + FullMatrix::Tmmult function. This + is now fixed as well. +
    + (WB 2000/05/26) +

    + +
  2. + New: Class PreconditionBlockJacobi.
    (GK 2000/05/24)