| lanczos | R Documentation |
Hermitian Lanczos method descriptor.
lanczos(
max_subspace = NULL,
max_restarts = NULL,
block = 1L,
reorthogonalize = TRUE
)
max_subspace |
Optional maximum active Krylov subspace size |
max_restarts |
Optional non-negative integer giving the maximum
number of thick-restart cycles allowed before stopping with whatever
has converged. Default |
block |
Native block size. |
reorthogonalize |
Whether to apply full reorthogonalization. The native path always reorthogonalizes (DGKS x2) and ignores this flag; it is preserved for the R reference solver's public API. |
An eigencore_method descriptor selecting Lanczos iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.