From: Wolfgang Bangerth
Date: Fri, 5 May 2000 17:03:22 +0000 (+0000)
Subject: Avoid confusion about matrix_norm.
X-Git-Tag: v8.0.0~20590
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3f51af8b9217e60ed5b02fbfac6bbd0c66a771;p=dealii.git
Avoid confusion about matrix_norm.
git-svn-id: https://svn.dealii.org/trunk@2813 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 5dc8d84412..fb447be167 100644
--- a/deal.II/doc/news/2000/c-3-0.html
+++ b/deal.II/doc/news/2000/c-3-0.html
@@ -108,6 +108,14 @@
object and adds some off-diagonals had a bug that caused an
exception in some cases. This is now fixed.
+
+
+ Change: the matrix_norm
functions
+ of sparse and full matrices are renamed to
+ matrix_norm_square
, since they in
+ fact return the square of the norm. This should avoid confusion
+ in some cases.
+