pub type StateFunction<F> = Arc<dyn Fn(F, ArrayView1<'_, F>) -> Array2<F> + Send + Sync>;
Type alias for state-dependent matrix function
pub struct StateFunction<F> { /* private fields */ }