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