Struct superlu_sys::SuperLUStat_t
[−]
[src]
pub struct SuperLUStat_t { pub panel_histo: *mut c_int, pub utime: *mut c_double, pub ops: *mut flops_t, pub TinyPivots: c_int, pub RefineSteps: c_int, pub expansions: c_int, }
Fields
panel_histo: *mut c_int
utime: *mut c_double
ops: *mut flops_t
TinyPivots: c_int
RefineSteps: c_int
expansions: c_int
Trait Implementations
Derived Implementations
impl Copy for SuperLUStat_t
[src]
impl Clone for SuperLUStat_t
[src]
fn clone(&self) -> SuperLUStat_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