Class LAPACKBenchmark
java.lang.Object
dev.ludovic.netlib.benchmarks.lapack.LAPACKBenchmark
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleprotected double[]randomDoubleArray(int n)protected floatprotected float[]randomFloatArray(int n)void
-
Field Details
-
lapack
-
implementation
-
-
Constructor Details
-
LAPACKBenchmark
public LAPACKBenchmark()
-
-
Method Details
-
setupImplementation
public void setupImplementation() -
randomDouble
protected double randomDouble() -
randomDoubleArray
protected double[] randomDoubleArray(int n) -
randomFloat
protected float randomFloat() -
randomFloatArray
protected float[] randomFloatArray(int n)
-