Struct superlu_sys::NCformat
[−]
[src]
pub struct NCformat { pub nnz: int_t, pub nzval: *mut c_void, pub rowind: *mut int_t, pub colptr: *mut int_t, }
Fields
nnz: int_t
nzval: *mut c_void
rowind: *mut int_t
colptr: *mut int_t