Function mih_rs::ls::exhaustive_search[][src]

pub fn exhaustive_search<T: CodeInt>(codes: &[T], qcode: T) -> Vec<(u32, u32)>
Expand description

Computes all the Hamming distances bwtween codes and qcode. Returns the tuples of code id and the distance.