Function rgsl::linear_algebra::complex_cholesky_invert
source · [−]pub fn complex_cholesky_invert(cholesky: &mut MatrixComplexF64) -> Value
Expand description
This function computes the inverse of a matrix from its Cholesky decomposition cholesky, which must have been previously computed by gsl_linalg_cholesky_decomp or gsl_linalg_complex_cholesky_decomp. On output, the inverse is stored in-place in cholesky.