Function rgsl::linear_algebra::LU_det
source · [−]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.