From 2a77a072245c88f8233fdd5f6159e4e06cf1bf02 Mon Sep 17 00:00:00 2001 From: wolf 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