Module compute
Expand description
Computing the decomposition.
Structs§
- Info about the result of the Bunch-Kaufman factorization.
- Tuning parameters for the decomposition.
- Dynamic Bunch-Kaufman regularization. Values below
epsilon
in absolute value, or with the wrong sign are set todelta
with their corrected sign.
Enums§
- Pivoting strategy for choosing the pivots.
Functions§
- Computes the Cholesky factorization with Bunch-Kaufman pivoting of the input matrix and stores the factorization in
matrix
andsubdiag
. - Computes the size and alignment of required workspace for performing a Cholesky decomposition with Bunch-Kaufman pivoting.