From 0e117986aa10ec79a84691e537ebeebaea508a14 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 16 Jul 2025 16:34:40 +1000 Subject: [PATCH] simplification --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 90314dcf..25ea519c 100644 --- a/docs.html +++ b/docs.html @@ -10822,7 +10822,7 @@ See also:
  • For vector V, return its normalised version (ie. having unit p-norm)

  • -For matrix X, return its normalised version, where each column (dim = 0) or row (dim = 1) has been normalised to have unit p-norm
  • +For matrix X, return its normalised version, where each column (dim = 0) or row (dim = 1) is normalised to have unit p-norm
  • The p argument is optional; by default p = 2 is used