pub struct NumericNumbersLib;Expand description
Library that installs the numeric evaluation surface: the numeric-diff,
integrate, integrate-adapt, ode-solve, numeric/compose, and
numeric/run-composed callables that dispatch to the registered numeric
backends.
Implementations§
Trait Implementations§
Source§impl Default for NumericNumbersLib
impl Default for NumericNumbersLib
Auto Trait Implementations§
impl Freeze for NumericNumbersLib
impl RefUnwindSafe for NumericNumbersLib
impl Send for NumericNumbersLib
impl Sync for NumericNumbersLib
impl Unpin for NumericNumbersLib
impl UnsafeUnpin for NumericNumbersLib
impl UnwindSafe for NumericNumbersLib
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