Function compute::linalg::cholesky::cholesky[][src]

pub fn cholesky(a: &[f64]) -> Vec<f64>
Expand description

Computes the Cholesky decomposition of the matrix a using the Cholesky-Banachiewicz algorithm.