Next: Linear Codes over Finite
Up: Coding Theory
Previous: General Linear Codes
Linear Codes over Finite Fields
New Features:
- Given a polytope P
, or sequence of points S
, the corresponding (generalised)
toric code can be calculated using ToricCode.
Bug Fixes:
- For linear codes over non-binary finite fields, under some circumstances
the automorphism group of the dual was being incorrectly used as
the automorphism group of the code. This has been fixed.
- Additionally, for such codes a reversed test in the automorphism group
computation would cause this computation to be performed over a less
efficient choice of code and dual. This has also been fixed.
- Calling BCHBound on a code with generator polynomial
(xn - 1)/(x - 1)
now correctly returns a bound of n
instead of 1.
Next: Linear Codes over Finite
Up: Coding Theory
Previous: General Linear Codes