Enum ndarray_linalg::opnorm::NormType
source · #[repr(u8)]pub enum NormType {
One = 79,
Infinity = 73,
Frobenius = 70,
}
Variants§
Implementations§
Trait Implementations§
source§impl Ord for NormType
impl Ord for NormType
source§impl PartialOrd for NormType
impl PartialOrd for NormType
impl Copy for NormType
impl Eq for NormType
impl StructuralPartialEq for NormType
Auto Trait Implementations§
impl Freeze for NormType
impl RefUnwindSafe for NormType
impl Send for NormType
impl Sync for NormType
impl Unpin for NormType
impl UnwindSafe for NormType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)