Index
All Classes|All Packages|Constant Field Values|Serialized Form
R
- RandomMatrixGenerator - Class in hlcd.operations
-
Generates a random matrix based on the parameters specified.
- RandomMatrixGenerator() - Constructor for class hlcd.operations.RandomMatrixGenerator
-
Initializes a random matrix with a random base, random \(k\) and \(n\) values.
- RandomMatrixGenerator(byte) - Constructor for class hlcd.operations.RandomMatrixGenerator
-
Create a random square matrix with the assumption that the base is \(4\).
- RandomMatrixGenerator(byte, byte, byte) - Constructor for class hlcd.operations.RandomMatrixGenerator
-
Randomly initializes the matrix based on the parameters specified.
- RandomMatrixGenerator(byte, byte, byte, byte, byte) - Constructor for class hlcd.operations.RandomMatrixGenerator
-
Randomly creates a matrix based on the range of \(n\) and range of \(k\) specified.
- RandomMatrixGenerator(long[], byte, byte, byte) - Constructor for class hlcd.operations.RandomMatrixGenerator
-
Initializes the current matrix array to the specified array and the other specified parameters to the current ones.
- RandomVectorGenerator - Class in hlcd.testing.optimizationTester
-
Creates a random
longvalue based on the specifiednandbasevalues in the constructor. - RandomVectorGenerator(byte, byte) - Constructor for class hlcd.testing.optimizationTester.RandomVectorGenerator
-
Initializes the generator based on the length of the vector and the base specified.
- readCodeObject() - Method in class hlcd.exporter.CodeObjectIO
-
Reads the
.binfile that was previously written.
All Classes|All Packages|Constant Field Values|Serialized Form