Class ARPACKBenchmark
java.lang.Object
dev.ludovic.netlib.benchmarks.arpack.ARPACKBenchmark
-
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
-
arpack
-
implementation
-
-
Constructor Details
-
ARPACKBenchmark
public ARPACKBenchmark()
-
-
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)
-