Dan Simpson 9/4/2024

Random C++ Part 2: Sparse partial inverses in Eigen

Read Original

This 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.

Random C++ Part 2: Sparse partial inverses in Eigen

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week