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
    Interface
    Description
    The operations a mathematical linear code.
  • Class Summary
    Class
    Description
    The 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.