Function rgsl::linear_algebra::LU_lndet[][src]

pub fn LU_lndet(lu: &mut MatrixF64) -> f64
Expand description

These functions compute the logarithm of the absolute value of the determinant of a matrix A, \ln|\det(A)|, from its LU decomposition, LU. This function may be useful if the direct computation of the determinant would overflow or underflow.