Class LAPACKBenchmark

java.lang.Object
dev.ludovic.netlib.benchmarks.lapack.LAPACKBenchmark

public abstract class LAPACKBenchmark extends Object
  • Field Details

    • lapack

      public LAPACK lapack
    • implementation

      public String implementation
  • Constructor Details

    • LAPACKBenchmark

      public LAPACKBenchmark()
  • Method Details

    • setupImplementation

      public void setupImplementation()
    • randomDouble

      protected double randomDouble()
    • randomDoubleArray

      protected double[] randomDoubleArray(int n)
    • randomFloat

      protected float randomFloat()
    • randomFloatArray

      protected float[] randomFloatArray(int n)