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

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

Computes the Eigenvalues of a 2x2 matrix