property galois.ReedSolomon.c : int

The degree of the first consecutive root.

Examples

In [1]: rs = galois.ReedSolomon(15, 9); rs
Out[1]: <Reed-Solomon Code: [15, 9, 7] over GF(2^4)>

In [2]: rs.c
Out[2]: 1

Last update: Aug 27, 2022