pub struct FlowMap { /* private fields */ }Expand description
Flow map φ_t for an autonomous ODE, computed via RK4.
Implementations§
Auto Trait Implementations§
impl Freeze for FlowMap
impl RefUnwindSafe for FlowMap
impl Send for FlowMap
impl Sync for FlowMap
impl Unpin for FlowMap
impl UnsafeUnpin for FlowMap
impl UnwindSafe for FlowMap
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