Uses of Class
hlcd.operations.WeightEnumerator
Packages that use WeightEnumerator
Package
Description
Takes care of exporting the code found to
.bin, .tex and
.m (Matlab) file.Contains the mathematical definition of a "code" along with a validator to
ensure the code obtained is valid.
-
Uses of WeightEnumerator in hlcd.exporter
Constructors in hlcd.exporter with parameters of type WeightEnumeratorModifierConstructorDescriptionLatexWeightEnumeratorWriter(DirectoryCreator dc, WeightEnumerator weightEnumerator, CodeParameters cp, String id, boolean printPathToConsole)Initializes the LaTeX weight enumerator writer based on the parameters specified. -
Uses of WeightEnumerator in hlcd.linearCode
Methods in hlcd.linearCode that return WeightEnumeratorModifier and TypeMethodDescriptionCode.getCodeWeightEnumerator()Returns the weight enumerator of the code.