galois.ReedSolomon.__repr__() str

A terse representation of the Reed-Solomon code.

Examples

In [1]: rs = galois.ReedSolomon(15, 9)

In [2]: rs
Out[2]: <Reed-Solomon Code: [15, 9, 7] over GF(2^4)>

Last update: Jul 28, 2022