pub struct CasDiffLib;Expand description
The CAS differentiation and integration library.
Loading this Lib registers the diff and integrate-sym functions over
numbers/cas expressions. It requires the numbers/cas domain to be loaded
first.
Implementations§
Source§impl CasDiffLib
impl CasDiffLib
Trait Implementations§
Source§impl Default for CasDiffLib
impl Default for CasDiffLib
Auto Trait Implementations§
impl Freeze for CasDiffLib
impl RefUnwindSafe for CasDiffLib
impl Send for CasDiffLib
impl Sync for CasDiffLib
impl Unpin for CasDiffLib
impl UnsafeUnpin for CasDiffLib
impl UnwindSafe for CasDiffLib
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