Struct m4ri_rust::ffi::Mzd
[−]
[src]
#[repr(C)]pub struct Mzd { pub nrows: Rci, pub ncols: Rci, pub width: c_int, pub rows: *const *mut Word, // some fields omitted }
Represents the Mzd data type used by M4RI
Fields
nrows: Rci
Number of rows
ncols: Rci
Number of columns
width: c_int
Number of words with valid bits: width = ceil(ncols / m4ri_radix)
rows: *const *mut Word
Address of first word in each row, so the first word of row [i] is in m->rows[i]