Class BenchCQN_PS.BenchmarkResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public double errorQ
      public double errorU
      public double errorR
      public double errorT
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchCQN_PS.BenchmarkResult(double errorQ, double errorU, double errorR, double errorT)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BenchCQN_PS.BenchmarkResult

        BenchCQN_PS.BenchmarkResult(double errorQ, double errorU, double errorR, double errorT)
    • Method Detail