Skip to main content

mat_inv_small

Function mat_inv_small 

Source
fn mat_inv_small(a: &[f64], n: usize) -> Vec<f64>
Expand description

Small matrix inverse (Gauss-Jordan) for nf x nf matrices.