Type Alias State

Source
pub type State<const N: usize> = [f64; N];
Expand description

Array of the state of a system