pub trait MeanFunc { fn func(&self, x: Matrix<f64>) -> Vector<f64>; }
Trait for GP mean functions.
Compute the mean function applied elementwise to a matrix.