Class TestRun


  • class TestRun
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[][] A  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestRun()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runJama()  
      void runJTEM()  
      void runLapack()  
      • Methods inherited from class java.lang.Object

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

      • A

        final double[][] A
    • Constructor Detail

      • TestRun

        public TestRun()
    • Method Detail

      • runJTEM

        public void runJTEM()
      • runJama

        public void runJama()
      • runLapack

        public void runLapack()