From 50c6ce40f380deb19f29a64f00a86b3c727d1f23 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 21 Jul 2021 16:16:14 +1000 Subject: [PATCH] mention emitted warning when a rank deficient system is detected --- docs.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 002ba659..dc5a42c9 100644 --- a/docs.html +++ b/docs.html @@ -13175,7 +13175,14 @@ the above settings can be combined using the + operator; for exampl
  • -Caveat: using solve_opts::fast will speed up finding the solution, but for poorly conditioned systems the solution may have lower quality +If a rank deficient system is detected and the solve_opts::no_approx option is not enabled, a warning is emitted and an approximate solution is attempted; +
    in Armadillo 10.4 and later versions, this warning can be disabled by setting ARMA_WARN_LEVEL to 1 before including the armadillo header: +
    #define ARMA_WARN_LEVEL 1 +
    #include <armadillo> +
  • +
    +
  • +Caveat: using solve_opts::fast will speed up finding the solution, but for poorly conditioned systems the solution may have lower quality