pub struct VolterraSolver;Expand description
Volterra IDE solver using quadrature for the memory integral.
This solver stores the full solution history to compute the integral
at each time step. For sum-of-exponentials kernels, consider using
PronySolver instead for O(1) memory.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VolterraSolver
impl RefUnwindSafe for VolterraSolver
impl Send for VolterraSolver
impl Sync for VolterraSolver
impl Unpin for VolterraSolver
impl UnsafeUnpin for VolterraSolver
impl UnwindSafe for VolterraSolver
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