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

Trait Implementations

impl Copy for SuperLUStat_t
[src]

impl Clone for SuperLUStat_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more