From: wolf Date: Mon, 8 May 2000 09:09:38 +0000 (+0000) Subject: FullMatrix::mmult/Tmmult X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9690e923c54931f4fafccb8ff5e00121d2b974eb;p=dealii-svn.git FullMatrix::mmult/Tmmult git-svn-id: https://svn.dealii.org/trunk@2820 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 fb447be167..66cc547d7a 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -109,6 +109,16 @@ exception in some cases. This is now fixed.

+
  • + Fix: the + FullMatrix::mmult and + FullMatrix::Tmmult code don't + resize their output argument any more, as this is not common + style in the library. Furthermore, + FullMatrix::Tmmult was utterly + broken. +

    +
  • Change: the matrix_norm functions of sparse and full matrices are renamed to