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