diff --git a/docs.html b/docs.html index 7280b4b7..6d7a1b8c 100644 --- a/docs.html +++ b/docs.html @@ -13233,7 +13233,7 @@ See also:
-
  • The argument sigma is optional; if sigma is given, eigenvalues closest to sigma are found +
  • The argument sigma is optional; if sigma is given, eigenvalues closest to sigma are found via shift-invert mode
    NOTE: to use sigma, both ARMA_USE_ARPACK and ARMA_USE_SUPERLU must be enabled in config.hpp

  • @@ -13272,10 +13272,11 @@ struct eigs_opts
    @@ -13357,7 +13358,7 @@ Obtain a limited number of eigenvalues and eigenvectors of sparse general
    -
  • The argument sigma is optional; if sigma is given, eigenvalues closest to sigma are found +
  • The argument sigma is optional; if sigma is given, eigenvalues closest to sigma are found via shift-invert mode
    NOTE: to use sigma, both ARMA_USE_ARPACK and ARMA_USE_SUPERLU must be enabled in config.hpp

  • @@ -13401,9 +13402,10 @@ If X is not square sized, a std::logic_error exception is thrown
  • the number of obtained eigenvalues/eigenvectors may be lower than requested, depending on the given data
  • if the decomposition fails, try first increasing opts.subdim (Krylov subspace dimension) -
    and, as secondary options, try increasing opts.subdim (maximum number of iterations) -
    and/or opts.tol (tolerance for convergence) and/or k (number of eigenvalues) +and, as secondary options, try increasing opts.maxiter (maximum number of iterations), +and/or opts.tol (tolerance for convergence), and/or k (number of eigenvalues)
  • +
  • as an alternative to the "sm" form, use the shift-invert mode with sigma set to zero

  • @@ -18995,6 +18997,7 @@ List of additions and changes for each version: