Class DdotBenchmark_jmhType_B1
java.lang.Object
dev.ludovic.blas.benchmarks.DdotBenchmark
dev.ludovic.blas.benchmarks.jmh_generated.DdotBenchmark_jmhType_B1
- Direct Known Subclasses:
DdotBenchmark_jmhType_B2
public class DdotBenchmark_jmhType_B1
extends dev.ludovic.blas.benchmarks.DdotBenchmark
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.github.fommil.netlib.BLASprotected com.github.fommil.netlib.BLASprotected com.github.fommil.netlib.BLASFields inherited from class dev.ludovic.blas.benchmarks.DdotBenchmark
n, x, y -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleprotected double[]randomDoubleArray(int n)protected floatprotected float[]randomFloatArray(int n)Methods inherited from class dev.ludovic.blas.benchmarks.DdotBenchmark
blas, f2j, setup, vector
-
Field Details
-
nativeBLAS
protected final com.github.fommil.netlib.BLAS nativeBLAS -
f2jBLAS
protected final com.github.fommil.netlib.BLAS f2jBLAS -
vectorizedBLAS
protected final com.github.fommil.netlib.BLAS vectorizedBLAS
-
-
Constructor Details
-
DdotBenchmark_jmhType_B1
public DdotBenchmark_jmhType_B1()
-
-
Method Details
-
randomDouble
protected double randomDouble() -
randomDoubleArray
protected double[] randomDoubleArray(int n) -
randomFloat
protected float randomFloat() -
randomFloatArray
protected float[] randomFloatArray(int n)
-