Function rgsl::linear_algebra::complex_LU_solve
[−]
[src]
pub fn complex_LU_solve(lu: &MatrixComplexF64, p: &Permutation, b: &VectorComplexF64, x: &VectorComplexF64) -> Value
This function solves the square system A x = b using the LU decomposition of A into (LU, p) given by LU_decomp or LU_decomp as input.