Enum ndarray_linalg::lapack_traits::NormType[][src]

#[repr(u8)]
pub enum NormType { One, Infinity, Frobenius, }

Variants

Trait Implementations

impl Debug for NormType
[src]

Formats the value using the given formatter. Read more

impl Clone for NormType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NormType
[src]

Auto Trait Implementations

impl Send for NormType

impl Sync for NormType