Enum superlu_sys::norm_t [] [src]

#[repr(C)]
pub enum norm_t { ONE_NORM, TWO_NORM, INF_NORM, }

Variants

Trait Implementations

impl Clone for norm_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for norm_t
[src]