Index
All Classes|All Packages|Constant Field Values|Serialized Form
T
- testCellAccessors(long) - Method in class hlcd.testing.optimizationTester.MatrixCellAccessorTester
-
Will create x random quaternary matrices, where x is the number of iterations specified and copy each matrix cells into a new matrix by using
getCellandsetCell. - testCellAccessors(Matrix) - Method in class hlcd.testing.optimizationTester.MatrixCellAccessorTester
-
Will copy the cells of the specified matrix into a new matrix by using
getCellandsetCell. - TesterParameters - Class in hlcd.testing.matlabChecker
-
A wrapper class containing the parameters needed to write a Matlab script for testing the program.
- TesterParameters(String, byte, byte, byte, byte, long, long, String, String, String, String) - Constructor for class hlcd.testing.matlabChecker.TesterParameters
-
Initializes the object properties.
- TestParameter - Class in hlcd.run
-
Starts the execution of finding if the parameters specified of a code are valid automatically once a constructor is called.
- TestParameter(byte, byte, byte, byte) - Constructor for class hlcd.run.TestParameter
-
Initiates the run of execution of the code based on the specified parameters.
- TestParameter(byte, byte, byte, byte, boolean) - Constructor for class hlcd.run.TestParameter
-
Initiates the run of execution of the code based on the specified parameters.
- TestParameter(CodeParameters, CodeValidatorParameters, CodeExporterParameters, CodeDisplayParameters, boolean) - Constructor for class hlcd.run.TestParameter
-
Initializes the execution to the specified parameters (the most customized executor).
- TestParameter(String, CodeParameters) - Constructor for class hlcd.run.TestParameter
-
Initiates the run of execution of the code based on the
CodeParametersspecified. - THREE - Static variable in class hlcd.operations.Functions
-
The decimal value "3" repeated in binary:
0b00110011_00110011_00110011_00110011_00110011_00110011_00110011_00110011 - to2DArray() - Method in class hlcd.operations.RandomMatrixGenerator
-
Returns a 2-D array of the current 1-D matrix array.
- to2DArray(long[], byte, byte, byte) - Method in class hlcd.operations.RandomMatrixGenerator
-
Returns a 2-D array of the 1-D matrix array specified.
- toString() - Method in class hlcd.operations.WeightEnumerator
- toString() - Method in class hlcd.parameters.CodeParameters
-
The text representation of the parameters used in the form of (n, k , d)_H_base (the H denotes it is Hermitian, ignored otherwise).
- toString() - Method in class hlcd.testing.arrayTester.SegmentSplitter
- transpose() - Method in class hlcd.operations.Matrix
- transpose() - Method in interface hlcd.operations.MatrixOperations
-
Returns a new matrix that is the transpose of the current matrix.
- transpose(long[], byte, byte, byte) - Method in class hlcd.operations.Matrix
- transpose(long[], byte, byte, byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns a new matrix that is the transpose of specified matrix array.
- transpose(Matrix) - Method in class hlcd.operations.Matrix
- transpose(Matrix) - Method in interface hlcd.operations.MatrixOperations
-
Will return a new matrix that is the transpose of the matrix specified.
- transposeColToRow(byte) - Method in class hlcd.operations.Matrix
- transposeColToRow(byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns the transpose of the column vector at the index in the current matrix.
- transposeColToRow(byte[], byte) - Method in class hlcd.operations.Matrix
- transposeColToRow(byte[], byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns the transpose of the column vector specified.
- transposeColToRow(Matrix, byte) - Method in class hlcd.operations.Matrix
- transposeColToRow(Matrix, byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns the transpose of a specific column in the matrix specified matrix.
- transposeRowToCol(byte) - Method in class hlcd.operations.Matrix
- transposeRowToCol(byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns the transpose of the row vector at the index in the current matrix.
- transposeRowToCol(long, byte, byte) - Method in class hlcd.operations.Matrix
- transposeRowToCol(long, byte, byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns the transpose of the row vector specified.
- transposeRowToCol(Matrix, byte) - Method in class hlcd.operations.Matrix
- transposeRowToCol(Matrix, byte) - Method in interface hlcd.operations.MatrixOperations
-
Returns the transpose of a specific row in the matrix specified matrix.
- TWO - Static variable in class hlcd.operations.Functions
-
The decimal value "2" repeated in binary:
0b10101010_10101010_10101010_10101010_10101010_10101010_10101010_10101010
All Classes|All Packages|Constant Field Values|Serialized Form