Enum superlu_sys::Mtype_t [] [src]

pub enum Mtype_t {
    SLU_GE,
    SLU_TRLU,
    SLU_TRUU,
    SLU_TRL,
    SLU_TRU,
    SLU_SYL,
    SLU_SYU,
    SLU_HEL,
    SLU_HEU,
}

Variants

SLU_GESLU_TRLUSLU_TRUUSLU_TRLSLU_TRUSLU_SYLSLU_SYUSLU_HELSLU_HEU

Trait Implementations

impl Copy for Mtype_t
[src]

impl Clone for Mtype_t
[src]

fn clone(&self) -> Mtype_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