Function modcholesky::utils::eigenvalues_2x2[][src]

pub fn eigenvalues_2x2(mat: &ArrayView2<'_, f64>) -> (f64, f64)

Computes the Eigenvalues of a 2x2 matrix