Class DsprBenchmark_jmhType
java.lang.Object
dev.ludovic.blas.benchmarks.DsprBenchmark
dev.ludovic.blas.benchmarks.jmh_generated.DsprBenchmark_jmhType_B1
dev.ludovic.blas.benchmarks.jmh_generated.DsprBenchmark_jmhType_B2
dev.ludovic.blas.benchmarks.jmh_generated.DsprBenchmark_jmhType_B3
dev.ludovic.blas.benchmarks.jmh_generated.DsprBenchmark_jmhType
-
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.jmh_generated.DsprBenchmark_jmhType_B2
setupInvocationMutex, setupInvocationMutexUpdater, setupIterationMutex, setupIterationMutexUpdater, setupTrialMutex, setupTrialMutexUpdater, tearInvocationMutex, tearInvocationMutexUpdater, tearIterationMutex, tearIterationMutexUpdater, tearTrialMutex, tearTrialMutexUpdaterFields inherited from class dev.ludovic.blas.benchmarks.DsprBenchmark
a, alpha, n, x -
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.DsprBenchmark
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
-
DsprBenchmark_jmhType
public DsprBenchmark_jmhType()
-
-
Method Details
-
randomDouble
protected double randomDouble() -
randomDoubleArray
protected double[] randomDoubleArray(int n) -
randomFloat
protected float randomFloat() -
randomFloatArray
protected float[] randomFloatArray(int n)
-