pub struct RMPWind { /* private fields */ }Expand description
Normed space ℝ^m_p with constant wind.
Implementations§
Trait Implementations§
Source§impl TimetricSpace for RMPWind
impl TimetricSpace for RMPWind
Source§fn ftau(&self, _t_from: f64, p_from: &Point, p_to: &Point) -> f64
fn ftau(&self, _t_from: f64, p_from: &Point, p_to: &Point) -> f64
Forward timetric τ: time required for sound wave that was emitted in
p_from at the instant t_from to propagate to p_to.Auto Trait Implementations§
impl Freeze for RMPWind
impl RefUnwindSafe for RMPWind
impl Send for RMPWind
impl Sync for RMPWind
impl Unpin for RMPWind
impl UnwindSafe for RMPWind
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