Function m4ri_sys::m4ri_gray_code[][src]

pub unsafe extern "C" fn m4ri_gray_code(i: c_int, l: c_int) -> c_int

Returns the ith Gray code entry for a gray code of length 2^l

i: index in the Gray code table l: Length of the Gray code

Return: ith gray code entry