pub fn LU_sgndet(lu: &mut MatrixF64, signum: i32) -> i32
This function computes the sign or phase factor of the determinant of a matrix A, \det(A)/|\det(A)|, from its LU decomposition, LU.