Function m4ri_sys::mzd_process_rows2[][src]

pub unsafe extern "C" fn mzd_process_rows2(
    m: *mut Mzd,
    startrow: Rci,
    endrow: Rci,
    startcol: Rci,
    k: c_int,
    t0: *const Mzd,
    l0: *const Rci,
    t1: *const Mzd,
    l1: *const Rci
)

Same as mzd_process_rows but works with two Gray code tables in parallel

m: Matrix to operate on startrow: top row hich is operated on startcol: starting column for addition k: M4ri param T0: contains the correct row to be added L0: contains row number to be added T1: contains the correct row to be added L1: contains the row number to be added