Struct superlu_sys::SuperMatrix
[−]
[src]
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
Stype: Stype_t
Dtype: Dtype_t
Mtype: Mtype_t
nrow: int_t
ncol: int_t
Store: *mut c_void
Trait Implementations
Derived Implementations
impl Copy for SuperMatrix[src]
impl Clone for SuperMatrix[src]
fn clone(&self) -> SuperMatrix
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