Class DsyrBenchmark
java.lang.Object
dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
dev.ludovic.netlib.benchmarks.blas.l2.L2Benchmark
dev.ludovic.netlib.benchmarks.blas.l2.DsyrBenchmark
- Direct Known Subclasses:
DsyrBenchmark_jmhType_B1
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]double[]doubleintdouble[]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
-
uplo
-
n
public int n -
alpha
public double alpha -
a
public double[] a -
aclone
public double[] aclone -
x
public double[] x
-
-
Constructor Details
-
DsyrBenchmark
public DsyrBenchmark()
-
-
Method Details
-
setup
public void setup() -
setupIteration
public void setupIteration() -
blas
public void blas(org.openjdk.jmh.infra.Blackhole bh)
-