Module faer_sparse::cholesky

source ·
Expand description

Computes the Cholesky decomposition (either LLT, LDLT, or Bunch-Kaufman) of a given sparse matrix. See faer_cholesky for more info.

The entry point in this module is SymbolicCholesky and factorize_symbolic_cholesky.

§Note

The functions in this module accept unsorted input, producing a sorted decomposition factor (simplicial).

Modules§

Structs§

Enums§

  • The inner factorization used for the symbolic Cholesky, either simplicial or symbolic.

Functions§

  • Computes the symbolic Cholesky factorization of the matrix A, or returns an error if the operation could not be completed.