pub fn cov(
    pts: &[OPoint<f32, Const<2>>]
) -> Matrix<f32, Const<2>, Const<2>, ArrayStorage<f32, 2, 2>>
Expand description

Computes the covariance matrix of a set of points.