From 21b46d47ee8ab934b3137a52d3f82da383be7ece Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 16 Dec 2022 12:10:49 +1000 Subject: [PATCH] recommend using inv() and inv_sympd() with inv_opts::allow_approx --- docs.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 1b0b94cf..10c1e157 100644 --- a/docs.html +++ b/docs.html @@ -13219,9 +13219,17 @@ the divide-and-conquer method provides slightly different results than the stand
  • -Caveat: to find approximate solutions (eg. minimum norm, least squares) to underdetermined, overdetermined, or rank deficient systems of linear equations, +Caveats: + +

  • Examples: