pub fn simulate(
r: f64,
v: f64,
tau: f64,
delta: f64,
eta_bar: f64,
j: f64,
dt: f64,
ext_input: &[f64],
) -> Result<ErmentroutKopellPopulationTrace, ErmentroutKopellPopulationError>Expand description
Simulate a complete caller-owned external-drive vector atomically.