Class MatrixSpeedTest

java.lang.Object
com.singularsys.jepexamples.diagnostics.SpeedTest
com.singularsys.extexamples.diagnostics.MatrixSpeedTest

public class MatrixSpeedTest extends SpeedTest
Speed test for various matrix implementations.
  • Standard Jep implementation with no special matrix operations.
  • SimpleMatrixField Matrices with Object values using standard Jep functions
  • Constructor Details

  • Method Details

    • doAll

      public void doAll(String[] pre, String eqn)
      Run speed comparison for a set of equations.
    • doAll

      public void doAll(String[] eqns)
    • main

      public static void main(String[] args)
      Main method, executes all speed tests.
      Parameters:
      args -