Random C++ Part 2: Sparse partial inverses in Eigen
Read OriginalThis technical article details the implementation of an algorithm to compute the non-zero entries of the inverse of a sparse symmetric positive definite matrix, specifically the elements corresponding to the original matrix's non-zero pattern. It focuses on using the Takahashi recursions with a Cholesky factorization in C++ via the Eigen library, discussing motivation from statistical applications and the challenges of working with sparse matrix internals.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser