Package hlcd.linearCode
package hlcd.linearCode
Contains the mathematical definition of a "code" along with a validator to
ensure the code obtained is valid.
-
Interface Summary
-
Class SummaryClassDescriptionThe definition of a mathematical linear code.The code statistics is responsible for benchmarking the statistics run of a code.The code validator that will ensure the code that was obtained is valid by checking that the generator matrix, orthogonal linear combinations, minimum distance etc.