pub enum EigenSort {
ValAsc,
ValDesc,
AbsAsc,
AbsDesc,
}
Variants§
ValAsc
ascending order in numerical value
ValDesc
descending order in numerical value
AbsAsc
ascending order in magnitude
AbsDesc
descending order in magnitude
Trait Implementations§
Source§impl PartialOrd for EigenSort
impl PartialOrd for EigenSort
impl Copy for EigenSort
impl StructuralPartialEq for EigenSort
Auto Trait Implementations§
impl Freeze for EigenSort
impl RefUnwindSafe for EigenSort
impl Send for EigenSort
impl Sync for EigenSort
impl Unpin for EigenSort
impl UnwindSafe for EigenSort
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