Module extendr_api::prelude::modules::cholesky::bunch_kaufman::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 to delta with their corrected sign.

Enums§

Functions§

  • Computes the Cholesky factorization with Bunch-Kaufman pivoting of the input matrix and stores the factorization in matrix and subdiag.
  • Computes the size and alignment of required workspace for performing a Cholesky decomposition with Bunch-Kaufman pivoting.