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

Computes the covariance matrix of a set of points.