solve_prec | R Documentation |
Solves the linear system with the circulant preconditioner for the PCG, i.e. it changes back the variables.
solve_prec(eigvals, x)
eigvals |
eigenvalues of the preconditioner |
x |
the right-hand side vector |
the solution as a matrix
eigvals <- matrix(9:1,3) x <- stats::runif(9) solve_prec(eigvals,x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.