Index of encodersΒΆ
The codes.encoders
object may be used to access the encoders that Sage can build.
Generic encoders
linear_code.LinearCodeGeneratorMatrixEncoder
linear_code.LinearCodeParityCheckEncoder
linear_code.LinearCodeSystematicEncoder
Generalized Reed-Solomon code encoders
Extended code encoders
Note
To import these names into the global namespace, use:
sage: from sage.coding.encoders_catalog import *