Skip to main content

MAX_RECUR_ORDER

Constant MAX_RECUR_ORDER 

Source
pub const MAX_RECUR_ORDER: usize = 4;
Expand description

The highest constant-coefficient linear-recurrence order the detector will fit. Order 2 already covers Fibonacci / Lucas / Pell and any LFSR of that length (this is Berlekamp–Massey over ℤ).