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

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

Variants

Trait Implementations

impl Debug for NormType
[src]

[src]

Formats the value using the given formatter.

impl Clone for NormType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NormType
[src]