From 8a7e98acd01d6ddb85cc04d64f3df60dc45dd5f3 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 23 Dec 2020 00:45:24 +1000 Subject: [PATCH] more details --- docs.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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: