Enum superlu_sys::fact_t [] [src]

#[repr(C)]
pub enum fact_t { DOFACT, SamePattern, SamePattern_SameRowPerm, FACTORED, }

Variants

Trait Implementations

impl Clone for fact_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for fact_t
[src]