From 98b8314a387ee510a9a5eaa9ce3ca8fbce2eca97 Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 31 Mar 2022 16:32:14 +1000 Subject: [PATCH] update list of changes --- docs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.html b/docs.html index 9ab72eb9..601d7344 100644 --- a/docs.html +++ b/docs.html @@ -19416,6 +19416,7 @@ List of additions and changes for each version:
  • expanded inv() and inv_sympd() with options inv_opts::tiny and inv_opts::allow_approx
  • stricter handling of singular matrices by inv() and inv_sympd()
  • stricter handling of non-sympd matrices by inv_sympd()
  • +
  • stricter handling of non-finite matrices by pinv()
  • more robust handling of rank deficient matrices by solve()
  • faster handling of diagonal matrices by rcond()
  • changed eigs_sym() and eigs_gen() to use higher quality RNG