From 2f3f51af8b9217e60ed5b02fbfac6bbd0c66a771 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Fri, 5 May 2000 17:03:22 +0000
Subject: [PATCH] Avoid confusion about matrix_norm.
git-svn-id: https://svn.dealii.org/trunk@2813 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/news/2000/c-3-0.html | 8 ++++++++
1 file changed, 8 insertions(+)
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.
+
--
2.39.5