From b27c2839f4c592af8feac596fde7d6dc2fac76c5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 6 Jun 2009 10:33:10 +0000 Subject: [PATCH] Fix a mix up between euclidean and uniform norm. Refs #3056. --- doc/overview.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/overview.htm b/doc/overview.htm index 2986b798..b42f22dc 100644 --- a/doc/overview.htm +++ b/doc/overview.htm @@ -300,14 +300,14 @@ matrices.

norm_2 (x) sqrt (sum |xi|2 ) -Computes the linf (euclidean) norm of a vector. +Computes the l2 (euclidean) norm of a vector. i_amax norm_inf (x)
index_norm_inf (x)
max |xi| -Computes the l2 (maximum) norm of a vector.
+Computes the linf (maximum) norm of a vector.
BLAS computes the index of the first element having this value.