MATRIX_ITERATE
Controls linear scaling iterative procedure on matrices: inversion, sqrti, etc. High-order Lanczos accelerates convergence provided it can estimate the eigenspectrum correctly. [Edit on GitHub]
Keywords
Keyword descriptions
- EPS_LANCZOS
Type: real
Default: 1.00000000E-003
Usage: EPS_LANCZOS 1.0E-4Description: Threshold for Lanczos eigenvalue estimation.
- EPS_TARGET_FACTOR
Type: real
Default: 1.00000000E+001
Usage: EPS_TARGET_FACTOR 100.0Description: Multiplication factor that determines acceptable error in the iterative procedure. Acceptable error = EPS_TARGET_FACTOR * EPS_FILTER
- MAX_ITER_LANCZOS
Type: integer
Default: 128
Usage: MAX_ITER_LANCZOS 64Description: Maximum number of Lanczos iterations.
- ORDER_LANCZOS
Type: integer
Default: 3
Usage: ORDER_LANCZOS 5Description: Order of the Lanczos estimator. Use 0 to turn off. Do not use 1.