From: wolf Date: Tue, 29 Aug 2000 07:28:01 +0000 (+0000) Subject: Note Guido's fix in FullMatrix::norm2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3f05386eee95c7e1f2df60e407f493a656e050;p=dealii-svn.git Note Guido's fix in FullMatrix::norm2 git-svn-id: https://svn.dealii.org/trunk@3284 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 a4eee346d3..8025622e32 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -173,6 +173,14 @@

lac

    +
  1. + Fixed: unlike announced in the docs, the + FullMatrix::norm2 function did not + return the Frobenius norm of a matrix, but its square. This is + fixed now. +
    + (GK 2000/08/28) +

  2. Improved: PreconditionBlockSOR