From cb0f7463604c1126ddefbbb73438b7dfdaafabcd Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 16 Apr 2021 15:16:16 +1000 Subject: [PATCH] mention expansion of norm() to handle hamming norm (commented out for now) --- docs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.html b/docs.html index 76bbd209..715cf496 100644 --- a/docs.html +++ b/docs.html @@ -19116,6 +19116,7 @@ List of additions and changes for each version:
  • added log_det_sympd() for log determinant of symmetric positive matrices
  • added ARMA_WARN_LEVEL configuration option, to control the degree of emitted warning messages
  • reduced the default degree of warning messages, so that failed decompositions, failed saving/loading, etc, no longer emit warnings
  • +