pub type Ode23 = BogackiShampine;Aliased Type§
pub struct Ode23 {
pub abs_tol: f64,
pub rel_tol: f64,
pub dt_beta: f64,
pub dt_expn: f64,
}Fields§
§abs_tol: f64Absolute error tolerance.
rel_tol: f64Relative error tolerance.
dt_beta: f64Multiplier for adaptive time steps.
dt_expn: f64Exponent for adaptive time steps.