EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

LFSRCirculant should not ignore sequences of period 1 #78

Closed ChristophWWagner closed 4 years ago

ChristophWWagner commented 4 years ago

Since sequences of period 1 are also sequences of a certain period (although very short ones), excluding them for the sole reason of their short length is a discontinuity in consistency of unjustified reason. Especially since this effectivelyeliminates the use of the sole primitive polynomial of order 1 (which is $x + 1$), this exclusion should be revoked.