Enum superlu_sys::norm_t [] [src]

pub enum norm_t {
    ONE_NORM,
    TWO_NORM,
    INF_NORM,
}

Variants

ONE_NORMTWO_NORMINF_NORM

Trait Implementations

impl Copy for norm_t
[src]

impl Clone for norm_t
[src]

fn clone(&self) -> norm_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more