From 1a65bfc51f8a148a1d4dd64d29309955f87acade Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Mon, 28 Jan 2013 21:53:14 -0600 Subject: [PATCH] FIXME note for the norm of an array in the floating point extensions. --- extensions/floating-point.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/floating-point.lisp b/extensions/floating-point.lisp index 9d0cf42..435c44e 100644 --- a/extensions/floating-point.lisp +++ b/extensions/floating-point.lisp @@ -427,6 +427,7 @@ comparison of the relative error is less than epsilon." "Return the norm of the vector according to the measure." (%norm data measure)) +;;; FIXME : Is the entrywise norm of an array useful or confusing? (defmethod norm ((data array) &optional (measure *measure*)) "Return the entrywise norm of the array according to the measure." (%norm -- 2.11.4.GIT