Function m4ri_sys::mzd_make_table[][src]

pub unsafe extern "C" fn mzd_make_table(
    m: *const Mzd,
    r: Rci,
    c: Rci,
    k: c_int,
    t: *mut Mzd,
    l: *mut Rci
)

Constructs all possible 2^k row combinations using the gray code table

M: matrix to generate tables from r: starting row c: starting column k T: preallocated matrix of dimension 2^k x m->ncols L: preallocated table of length 2^k