Introduction - If you have any usage issues, please Google them yourself
computing selected entries of the inverse, by solving a sequence of linear equations after doing an LU factorization.
Useful for large sparse matrix which LU decomposition is easy to compute for. Not the fastest way to compute inverse matrix, but avoid memory problem of a full matrix storage.