pub struct Tropical { /* private fields */ }Expand description
Tropical number in the max-plus semiring
Implementations§
Trait Implementations§
Source§impl PartialOrd for Tropical
impl PartialOrd for Tropical
impl Copy for Tropical
Auto Trait Implementations§
impl Freeze for Tropical
impl RefUnwindSafe for Tropical
impl Send for Tropical
impl Sync for Tropical
impl Unpin for Tropical
impl UnwindSafe for Tropical
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