From 3a23c33fad19c82ec75833c0ab49da4a05ab3a8d Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 21 Aug 2025 14:19:28 +1000 Subject: [PATCH] update list of additions --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index b55d2d64..46daac7d 100644 --- a/docs.html +++ b/docs.html @@ -20754,9 +20754,9 @@ List of additions and changes for each version:
  • C++14 is now the minimum required C++ standard
  • added preliminary support for matrices with half-precision fp16 element type
  • added second form of cond() to allow detection of failures
  • +
  • added repcube()
  • added .freeze() and .unfreeze() member functions to wall_clock
  • extended conv() and conv2() to accept the "valid" shape argument
  • -
  • workarounds in svd() and eig_sym() to address limitations of default LAPACK that uses 32 bit integers