State

Type Alias State 

Source
pub type State = Vec<f64>;
Expand description

Vector of the state of the system

Aliased Typeยง

pub struct State { /* private fields */ }