pub fn sparse_cholesky(
    residuals: &Mat<f64>,
    jacobians: &SparseColMat<usize, f64>
) -> Mat<f64>