Sparse cholesky elimination tree?
Sparse Cholesky elimination tree refers to the structure that arises during the Cholesky decomposition of a sparse symmetric positive definite matrix. It represents the order in which variables are eliminated, and it helps identify the fill-in that occurs during the decomposition process.
This tree is useful for optimising the computation by reordering the rows and columns of the matrix to reduce fill-in and computational effort.
two ways to keep going — deeper on this one, or a fresh angle
Discussion
Loading replies…