Class ParseSpeed
- java.lang.Object
-
- com.singularsys.jepexamples.diagnostics.ParseSpeed
-
public class ParseSpeed extends java.lang.ObjectTests the speed of parsing. Uses a Horner expressionx*(1/1-x*(1/2-x*(1/3-x*(1/4 ...))))The number of equations and number of terms can be set usingjava 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 voidgo(int nEqns, int nVars)static voidmain(java.lang.String[] args)
-