Function whiteboard::lin_alg::gauss_jordan[][src]

pub fn gauss_jordan(mut aug: Vec<Vec<f64>>) -> Vec<Vec<f64>>