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

Number of rows

Number of columns

Number of words with valid bits: width = ceil(ncols / m4ri_radix)

Address of first word in each row, so the first word of row [i] is in m->rows[i]

Trait Implementations

impl Drop for Mzd
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Mzd

impl !Sync for Mzd