calc_prec | R Documentation |
Computes eigenvalues of the blocks of the circulant preconditioner, which is
denoted as c^{(1)}
in Chan, R.H.F., & Jin, X.Q. (2007) An
introduction to iterative Toeplitz solvers.
calc_prec(M)
M |
the circulant symbol matrix generated by |
matrix of eigenvalues, one block of the preconditioner corresponds to one column of the eigenvalue matrix
eigvals <- matrix(9:1,3) M <- to_book_format(eigvals,3,3) calc_prec(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.