Uses of Interface
com.github.gbenroscience.parser.turbo.tools.FastCompositeExpression
Packages that use FastCompositeExpression
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of FastCompositeExpression in com.github.gbenroscience.parser
Methods in com.github.gbenroscience.parser that return FastCompositeExpressionModifier and TypeMethodDescriptionMathExpression.compileTurbo()Compile to Turbo mode using adaptive compiler selection.Function.getArrayArgsExpression()Function.getTurboExpr()Function.getWideningArgsExpression()Methods in com.github.gbenroscience.parser with parameters of type FastCompositeExpression -
Uses of FastCompositeExpression in com.github.gbenroscience.parser.turbo.tools
Methods in com.github.gbenroscience.parser.turbo.tools that return FastCompositeExpressionModifier and TypeMethodDescriptionMatrixTurboEvaluator.compile()ScalarTurboEvaluator.compile()ScalarTurboEvaluator1.compile()Updated compile() method to use the new wide compiler.ScalarTurboEvaluator2.compile()TurboExpressionEvaluator.compile()Compile a postfix token array into a fast-executing expression.