From 8cd892867395c00927cd2a4ce75603bbb36c5d36 Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 31 Mar 2022 14:38:39 +1000 Subject: [PATCH] simplification --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 78d10132..75a77837 100644 --- a/docs.html +++ b/docs.html @@ -8572,7 +8572,7 @@ See also:
  • The computation is based on singular value decomposition; if the decomposition fails, a std::runtime_error exception is thrown

  • -
  • Caveat: rcond() is considerably faster for providing an estimate of the reciprocal condition number
  • +
  • Caveat: rcond() is considerably faster

  • Examples: