From: Wolfgang Bangerth
Date: Mon, 8 May 2000 09:09:38 +0000 (+0000)
Subject: FullMatrix::mmult/Tmmult
X-Git-Tag: v8.0.0~20583
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36931420ef5eaec53996b96934e3ba30680f6a8a;p=dealii.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