View source: R/vecchia_prediction.R
SelInv | R Documentation |
selected inverse of a sparse matrix
SelInv(cholmat)
cholmat |
cholesky factor L of a positive definite sparseMatrix A |
sparse inverse of A, with same sparsity pattern as L
A=Matrix::sparseMatrix(1:9,1:9,x=4); L=Matrix::chol(A)
SelInv(L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.