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

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes