Package hlcd.testing.optimizationTester
package hlcd.testing.optimizationTester
A tester package checking the optimizations of the bit manipulation
operations of constant time used in this program yield the same output as
the slower operations that use loops.
-
Class SummaryClassDescriptionEnsures the optimal Hamming weight approach used in this program matched the expected result.Tests the logic of getting and setting cells in the matrix.Test the multiplication logic of two rows vectors being multiplied by each other.Creates a random
longvalue based on the specifiednandbasevalues in the constructor.