powered by
selected inverse of a sparse matrix
SelInv(cholmat)
sparse inverse of A, with same sparsity pattern as L
cholesky factor L of a positive definite sparseMatrix A
A=Matrix::sparseMatrix(1:9,1:9,x=4); L=Matrix::chol(A) SelInv(L)
Run the code above in your browser using DataLab