Struct superlu_sys::SuperLUStat_t [] [src]

#[repr(C)]
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

Trait Implementations

impl Clone for SuperLUStat_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SuperLUStat_t
[src]