pub fn is_singular<F>(matrix: ArrayView2<'_, F>, threshold: Option<F>) -> boolwhere
F: IntegrateFloat,Expand description
Check if a matrix is singular or ill-conditioned
Uses condition number estimation to check if a matrix is close to singular, which would cause problems for ODE solvers