LinearEstimatorClosure

Type Alias LinearEstimatorClosure 

Source
pub type LinearEstimatorClosure = Arc<dyn Fn(&DMatrix<f64>) -> DMatrix<f64>>;

Aliased Typeยง

pub struct LinearEstimatorClosure { /* private fields */ }