Skip to main content

is_upper_triangular

Function is_upper_triangular 

Source
pub fn is_upper_triangular(a: &[Vec<f64>], tol: f64) -> bool