-
Constructor Summary
Constructors
-
Method Summary
private void
mmuli(int n,
double[] A,
double[] B,
double[] C)
run(int size,
double seconds)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JavaDoubleMultiplicationBenchmark
JavaDoubleMultiplicationBenchmark()
-
Method Details
-
-
mmuli
private void mmuli(int n,
double[] A,
double[] B,
double[] C)
Compute C = A * B
-