pub trait FixedStep {
// Required method
fn dt(&self) -> Scalar;
}Expand description
Fixed-step ordinary differential equation solvers.
pub trait FixedStep {
// Required method
fn dt(&self) -> Scalar;
}Fixed-step ordinary differential equation solvers.