Index
All Classes|All Packages|Constant Field Values|Serialized Form
P
- PARAMETERS_PATH - Static variable in class hlcd.Paths
-
The path (with the file name and extension) of the list of optimal parameters.
- ParametersLoader - Class in hlcd.run
-
A way to load a list of parameters of quaternary codes from a
.txtfile. - ParametersLoader(String, byte) - Constructor for class hlcd.run.ParametersLoader
-
Starts to read the parameters based on the path specified.
- Paths - Class in hlcd
-
A class contains the paths of reading/writing from/to directories and files.
- power(long, long) - Static method in class hlcd.operations.Functions
-
Efficiently finds the result of \(x^n\).
- print() - Method in class hlcd.operations.LongArray
-
Prints the elements in the combination array on screen.
- print() - Method in class hlcd.testing.arrayTester.ByteArray
-
Prints the elements in the combination array on screen.
- print(String, Style) - Method in class hlcd.operations.LongArray
-
Prints the elements in the combination array on screen as binary values or decimal values.
- print(String, Style) - Method in class hlcd.testing.arrayTester.ByteArray
-
Prints the elements in the combination array on screen as binary values or decimal values.
- printCodeParameters() - Method in class hlcd.linearCode.Code
- printCodeParameters() - Method in interface hlcd.linearCode.CodeOperations
-
Prints the current code parameters on screen.
- printCombinations(String, Style) - Method in class hlcd.linearCode.Code
- printCombinations(String, Style) - Method in interface hlcd.linearCode.CodeOperations
-
Prints the elements in the combination array on screen with the style type specified.
- printGeneratorMatrix() - Method in class hlcd.linearCode.Code
- printGeneratorMatrix() - Method in interface hlcd.linearCode.CodeOperations
-
Prints the current matrix on console with brackets surrounding the matrix, a single space between columns, each digit is written in base 10 as well as the size of the matrix.
- printGeneratorMatrix(boolean, Style, boolean) - Method in class hlcd.linearCode.Code
- printGeneratorMatrix(boolean, Style, boolean) - Method in interface hlcd.linearCode.CodeOperations
-
Prints the current matrix on console with columns separated by a single space.
- printGeneratorMatrix(String, boolean, Style, boolean) - Method in class hlcd.linearCode.Code
- printGeneratorMatrix(String, boolean, Style, boolean) - Method in interface hlcd.linearCode.CodeOperations
-
Prints the current matrix on console.
- printLapsedTime() - Method in class hlcd.operations.Benchmarker
-
Prints the time lapsed on console as a human-readable format.
- printMatrix() - Method in class hlcd.operations.Matrix
- printMatrix() - Method in interface hlcd.operations.MatrixOperations
-
Prints the current matrix on console with brackets surrounding the matrix, a single space between columns, each digit is written in base 10 as well as the size of the matrix.
- printMatrix() - Method in class hlcd.operations.MatrixPrinter
-
Prints the matrix with the following default values: with a space character as the delimiter between the columns, surrounding the matrix with square brackets as well as showing the dimension.
- printMatrix() - Method in class hlcd.operations.RandomMatrixGenerator
-
Prints the matrix on console using the following default properties: the columns are separated by a space, the brackets are added, the style is base 10 and the size is shown.
- printMatrix(boolean, boolean) - Method in class hlcd.operations.MatrixPrinter
-
Prints the matrix on console while having the space character as the delimiter between the columns.
- printMatrix(boolean, Style, boolean) - Method in class hlcd.operations.Matrix
- printMatrix(boolean, Style, boolean) - Method in interface hlcd.operations.MatrixOperations
-
Prints the current matrix on console with columns separated by a single space.
- printMatrix(boolean, Style, boolean) - Method in class hlcd.operations.RandomMatrixGenerator
-
Prints the matrix on console while using the space character as the delimiter between the columns.
- printMatrix(long[], byte, byte, String, boolean, Style, boolean) - Method in class hlcd.operations.Matrix
- printMatrix(long[], byte, byte, String, boolean, Style, boolean) - Method in interface hlcd.operations.MatrixOperations
-
Prints the specified matrix array on console.
- printMatrix(long[], byte, byte, String, boolean, Style, boolean) - Method in class hlcd.operations.MatrixPrinter
-
Prints the matrix array on console using the other parameters specified.
- printMatrix(long[], byte, byte, String, boolean, Style, boolean) - Method in class hlcd.operations.RandomMatrixGenerator
-
Prints the matrix array specified on console using the parameters passed.
- printMatrix(String, boolean, boolean) - Method in class hlcd.operations.MatrixPrinter
-
Prints the matrix on console while having the specified delimiter between the columns.
- printMatrix(String, boolean, Style, boolean) - Method in class hlcd.operations.Matrix
- printMatrix(String, boolean, Style, boolean) - Method in interface hlcd.operations.MatrixOperations
-
Prints the current matrix on console.
- printMatrix(String, boolean, Style, boolean) - Method in class hlcd.operations.MatrixPrinter
-
Prints the matrix on console while having the specified delimiter between the columns.
- printMatrix(String, boolean, Style, boolean) - Method in class hlcd.operations.RandomMatrixGenerator
-
Prints the matrix array specified on console using the parameters passed.
- printParameters() - Method in class hlcd.operations.Matrix
- printParameters() - Method in interface hlcd.operations.MatrixOperations
-
Prints the parameters (\(n\), \(k\) and \(base\)) of the code on console.
- printParameters() - Method in class hlcd.operations.RandomMatrixGenerator
-
Prints the \(n\), \(k\) and base values.
All Classes|All Packages|Constant Field Values|Serialized Form