Function rgsl::linear_algebra::complex_cholesky_solve [] [src]

pub fn complex_cholesky_solve(cholesky: &MatrixComplexF64, b: &VectorComplexF64, x: &VectorComplexF64) -> Value

This function solves the system A x = b using the Cholesky decomposition of A held in the matrix cholesky which must have been previously computed by gsl_linalg_cholesky_decomp or gsl_linalg_complex_cholesky_decomp.