Index
All Classes|All Packages|Constant Field Values|Serialized Form
W
- WeightEnumerator - Class in hlcd.operations
-
Creates the weight enumerator of the codewords in the code in the form of: \(\operatorname{w}(x)_{\mathsf{C}} = A_{0} + A_{1}x + A_{2}x^2 + \ldots + A_{n- 2}x^{n-2} + A_{n - 1}x^{n-1} + A_nx^n\), where \(A_{i}\) is the number of codewords in \(\mathsf{C}\) whose Hamming weight is \(i\).
- WeightEnumerator(byte, byte, byte, byte, LongArray) - Constructor for class hlcd.operations.WeightEnumerator
-
Constructs a weight enumerator based on the \(n\), \(k\) and \(d\) values as well as the linear combinations of codewords specified.
- writeCodeObject() - Method in class hlcd.exporter.CodeObjectIO
-
Writes the code object that was passed in the constructor.
- writeCodeToFile() - Method in class hlcd.exporter.MatlabCodeWriter
-
Writes the
.mfile to path passed into the constructor without creating a new folder. - writeConsoleLineSeparator() - Static method in class hlcd.operations.Functions
-
An aesthetic way to draw a solid (non-dashed) line on console by using the character
─. - writeConsoleLineSeparator(byte) - Static method in class hlcd.operations.Functions
-
An aesthetic way to draw a solid (non-dashed) line on console by using the character
─. - writeMatrixAsLatex() - Method in class hlcd.exporter.LatexMatrixWriter
-
Writes the
.texto the directory passed in the constructor. - writeWeightEnumeratorAsLatex(String) - Method in class hlcd.exporter.LatexWeightEnumeratorWriter
-
Write the weight enumerator of the code that was passed in the constructor.
All Classes|All Packages|Constant Field Values|Serialized Form