pub struct VanDerPol {
pub mu: f64,
}Expand description
Van der Pol oscillator: x’’ - μ(1-x²)x’ + x = 0.
Fields§
§mu: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for VanDerPol
impl RefUnwindSafe for VanDerPol
impl Send for VanDerPol
impl Sync for VanDerPol
impl Unpin for VanDerPol
impl UnsafeUnpin for VanDerPol
impl UnwindSafe for VanDerPol
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