Struct superlu_sys::SuperMatrix [] [src]

#[repr(C)]
pub struct SuperMatrix { pub Stype: Stype_t, pub Dtype: Dtype_t, pub Mtype: Mtype_t, pub nrow: int_t, pub ncol: int_t, pub Store: *mut c_void, }

Fields

Trait Implementations

impl Clone for SuperMatrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SuperMatrix
[src]