- sage.coding.ag_code: nodoctest -- totally broken right now...
- sage.coding.all
- sage.coding.binary_code: File: sage/coding/binary_code.pyx (starting at line 1)
Fast binary code routines.
- sage.coding.code_bounds: Bounds for Parameters of Codes
AUTHORS:
-- David Joyner (2006-07), initial implementation.
- sage.coding.code_constructions: AUTHOR:
-- David Joyner (2007-05): initial version
-- " (2008-02): added cyclic codes, Hamming codes
-- " (2008-03): added BCH code, LinearCodeFromCheckmatrix,
ReedSolomonCode, WalshCode, DuadicCodeEvenPair,
DuadicCodeOddPair, QR codes (even and odd)
This file contains contructions of error-correcting codes which are
pure Python/SAGE and not obtained from wrapping GUAVA functions.
- sage.coding.guava: This module only contains Guava wrappers.
- sage.coding.linear_code: Linear Codes
VERSION: 0.11
Let $ F$ be a finite field (we denote the finite field with $q$ elements
$GF(q)$ by $\FF_q$).
- sage.coding.sd_codes: This module implements functions useful for studying binary self-dual codes.
|