pub struct MethodOfSteps;Expand description
Method of Steps DDE solver.
Uses an embedded Runge-Kutta method (similar to DoPri5) with history interpolation for the delayed terms.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodOfSteps
impl RefUnwindSafe for MethodOfSteps
impl Send for MethodOfSteps
impl Sync for MethodOfSteps
impl Unpin for MethodOfSteps
impl UnsafeUnpin for MethodOfSteps
impl UnwindSafe for MethodOfSteps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more