Function rgsl::linear_algebra::complex_LU_det[][src]

pub fn complex_LU_det(lu: &mut MatrixComplexF64, signum: i32) -> ComplexF64
Expand description

This function computes the determinant of a matrix A from its LU decomposition, LU. The determinant is computed as the product of the diagonal elements of U and the sign of the row permutation signum.