From: wolf Date: Fri, 5 May 2000 17:03:22 +0000 (+0000) Subject: Avoid confusion about matrix_norm. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a77a072245c88f8233fdd5f6159e4e06cf1bf02;p=dealii-svn.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. +