Function rgsl::linear_algebra::LU_det
[−]
[src]
pub fn LU_det(lu: &MatrixF64, signum: i32) -> f64
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.