m4ri_gray_code

Function m4ri_gray_code 

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

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