Class DgemvBenchmark
java.lang.Object
dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
dev.ludovic.netlib.benchmarks.blas.l2.L2Benchmark
dev.ludovic.netlib.benchmarks.blas.l2.DgemvBenchmark
- Direct Known Subclasses:
DgemvBenchmark_jmhType_B1
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]doubledoubleintintdouble[]double[]double[]Fields inherited from class dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
blas, implementation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
randomDouble, randomDoubleArray, randomFloat, randomFloatArray, setupImplementation
-
Field Details
-
trans
-
m
public int m -
n
public int n -
alpha
public double alpha -
a
public double[] a -
x
public double[] x -
beta
public double beta -
y
public double[] y -
yclone
public double[] yclone
-
-
Constructor Details
-
DgemvBenchmark
public DgemvBenchmark()
-
-
Method Details
-
setup
public void setup() -
setupIteration
public void setupIteration() -
blas
public void blas(org.openjdk.jmh.infra.Blackhole bh)
-