Skip to main content

spd_inverse

Function spd_inverse 

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

SPD inverse via Cholesky (needed for the explicit nf · M⁻¹ term).