Class ParseSpeed


  • public class ParseSpeed
    extends java.lang.Object
    Tests the speed of parsing. Uses a Horner expression x*(1/1-x*(1/2-x*(1/3-x*(1/4 ...)))) The number of equations and number of terms can be set using java SpeedTest nEqn nTerms
    Author:
    Richard Morris
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseSpeed()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void go​(int nEqns, int nVars)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • ParseSpeed

        public ParseSpeed()
    • Method Detail

      • go

        public void go​(int nEqns,
                       int nVars)
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args -