pub struct L1Solver;Expand description
L1 scheme solver for Caputo fractional differential equations.
Convergence order: O(Δt^(2-α))
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L1Solver
impl RefUnwindSafe for L1Solver
impl Send for L1Solver
impl Sync for L1Solver
impl Unpin for L1Solver
impl UnsafeUnpin for L1Solver
impl UnwindSafe for L1Solver
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