Function rgsl::linear_algebra::LU_det

source ·
pub fn LU_det(lu: &mut MatrixF64, signum: i32) -> f64
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.