Enum superlu_sys::fact_t
[−]
[src]
pub enum fact_t { DOFACT, SamePattern, SamePattern_SameRowPerm, FACTORED, }
Variants
DOFACT
SamePattern
SamePattern_SameRowPerm
FACTORED
Trait Implementations
Derived Implementations
impl Copy for fact_t
[src]
impl Clone for fact_t
[src]
fn clone(&self) -> fact_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