Class DsymmBenchmark
java.lang.Object
dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
dev.ludovic.netlib.benchmarks.blas.l3.L3Benchmark
dev.ludovic.netlib.benchmarks.blas.l3.DsymmBenchmark
- Direct Known Subclasses:
DsymmBenchmark_jmhType_B1
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]doubledouble[]doubledouble[]double[]intintintintintFields 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
-
side
-
uplo
-
m
public int m -
n
public int n -
alpha
public double alpha -
a
public double[] a -
lda
public int lda -
b
public double[] b -
ldb
public int ldb -
beta
public double beta -
c
public double[] c -
cclone
public double[] cclone -
ldc
public int ldc
-
-
Constructor Details
-
DsymmBenchmark
public DsymmBenchmark()
-
-
Method Details
-
setup
public void setup() -
setupIteration
public void setupIteration() -
blas
public void blas(org.openjdk.jmh.infra.Blackhole bh)
-