Skip to main content

chol_logdet

Function chol_logdet 

Source
fn chol_logdet(chol: &Cholesky<f64, Dyn>, n: usize) -> f64
Expand description

log-determinant of an SPD matrix from its Cholesky factor (2 Σ log L_ii).