pub type LinearEstimatorClosure = Arc<dyn Fn(&DMatrix<f64>) -> DMatrix<f64>>;
pub struct LinearEstimatorClosure { /* private fields */ }