StateFunction

Type Alias StateFunction 

Source
pub type StateFunction<F> = Arc<dyn Fn(F, ArrayView1<'_, F>) -> Array2<F> + Send + Sync>;
Expand description

Type alias for state-dependent matrix function

Aliased Typeยง

pub struct StateFunction<F> { /* private fields */ }