Enum superlu_sys::fact_t [] [src]

pub enum fact_t {
    DOFACT,
    SamePattern,
    SamePattern_SameRowPerm,
    FACTORED,
}

Variants

Trait Implementations

impl Copy for fact_t
[src]

impl Clone for fact_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more