Skip to main content

spd_inverse

Function spd_inverse 

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

Inverse of an SPD matrix (row-major in, row-major out) via Cholesky.