pub type CovarianceSY<const S: usize, const Y: usize> = SMatrix<f64, S, Y>;
Type for cross covariance matrices of dimension SxY