Class DgemmBenchmark_jmhType_B1

java.lang.Object
dev.ludovic.blas.benchmarks.DgemmBenchmark
dev.ludovic.blas.benchmarks.jmh_generated.DgemmBenchmark_jmhType_B1
Direct Known Subclasses:
DgemmBenchmark_jmhType_B2

public class DgemmBenchmark_jmhType_B1 extends dev.ludovic.blas.benchmarks.DgemmBenchmark
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.github.fommil.netlib.BLAS
     
    protected com.github.fommil.netlib.BLAS
     
    protected com.github.fommil.netlib.BLAS
     

    Fields inherited from class dev.ludovic.blas.benchmarks.DgemmBenchmark

    a, alpha, b, beta, c, k, lda, ldb, ldc, m, n, transa, transb
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected double
     
    protected double[]
     
    protected float
     
    protected float[]
    randomFloatArray​(int n)
     

    Methods inherited from class dev.ludovic.blas.benchmarks.DgemmBenchmark

    blas, f2j, setup, vector

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

    • DgemmBenchmark_jmhType_B1

      public DgemmBenchmark_jmhType_B1()
  • Method Details

    • randomDouble

      protected double randomDouble()
    • randomDoubleArray

      protected double[] randomDoubleArray(int n)
    • randomFloat

      protected float randomFloat()
    • randomFloatArray

      protected float[] randomFloatArray(int n)