CodingTheory : Table of Contents
-
CodingTheory -- tools for Coding Theory
-
EvaluationCode -- class of evaluation codes
-
evaluationCode -- functions to construct evaluation codes over Galois fields
-
-
-
orderCode -- computes an order code for a given weight
-
-
-
-
footPrint -- generalized footprint function of an ideal
-
-
hyp -- hyp function of an ideal
-
-
vNumber -- the v-number of a graded ideal
-
-
-
LinearCode -- class of linear codes
-
ambientSpace -- recovers the ambient module of a code
-
alphabet -- elements of the base ring of a code
-
-
-
field -- the field of a code
-
-
bitflipDecode -- an experimental implementation of a message passing decoder
-
-
-
-
-
linearCode -- functions to construct linear codes over Galois fields
-
-
-
-
-
-
ParityCheck -- an optional input for the linearCode constructor
-
-
-
-
-
randLDPC -- low density parity check matrix
-
tannerGraph -- outputs the tanner graph associated with the given parity check matrix
-
randomCode -- constructs a random linear code over a finite field
-
-
-
-
-
zeroSumCode -- linear code in which the entries of each codeword add up zero
-
messages -- set of messages to be encoded by a code
-
weight -- Hamming weight of a list
-
minimumWeight -- computes the minimum weight of a linear code
-
chooseStrat -- Estimate the optimal strategy to compute the minimum weight of a linear code.
-
Strat -- Specify the algorithm used to perform a minimum weight computation.
-
-
-
-
-
-
-
-
-
randNoRepeats -- list of random integers from a specified range with no repetitions
-
-