View source: R/preconditioners.R
| shifted_tridiagonal_preconditioner | R Documentation |
Shifted tridiagonal preconditioner.
shifted_tridiagonal_preconditioner(A, shift = 0)
A |
Real symmetric tridiagonal matrix. |
shift |
Non-negative diagonal shift added to the tridiagonal system. |
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.