Skip to main content

cholesky_determinant

Function cholesky_determinant 

Source
pub fn cholesky_determinant(n: usize, l: &[f64]) -> f64
Expand description

Determinant of an SPD matrix from its Cholesky factor: det(A) = Π L[i][i]².