View source: R/preconditioners.R
| shifted_cholesky_preconditioner | R Documentation |
Shifted Cholesky preconditioner.
shifted_cholesky_preconditioner(A, shift = 0)
A |
Symmetric positive semidefinite or positive definite matrix. |
shift |
Non-negative diagonal shift added before factorization. |
A typed preconditioner function mapping residual blocks to preconditioned blocks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.