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.