Uses of Class
com.github.gbenroscience.parser.MathExpression.Token
Packages that use MathExpression.Token
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of MathExpression.Token in com.github.gbenroscience.parser
Methods in com.github.gbenroscience.parser that return MathExpression.TokenModifier and TypeMethodDescriptionMathExpression.Token.clone()MathExpression.RpnCseOptimizer.ExecutionFrameContext.createTemporaryVariable(String name) MathExpression.getCachedPostfix()static MathExpression.Token[]MathExpression.RpnCseOptimizer.optimize(MathExpression.Token[] rpnTokens, MathExpression.RpnCseOptimizer.ExecutionFrameContext frameCtx) Methods in com.github.gbenroscience.parser with parameters of type MathExpression.TokenModifier and TypeMethodDescriptionbooleanMathExpression.hasMatrixOperations(MathExpression.Token[] postfix) Detect if postfix contains matrix operations.static MathExpression.Token[]MathExpression.RpnCseOptimizer.optimize(MathExpression.Token[] rpnTokens, MathExpression.RpnCseOptimizer.ExecutionFrameContext frameCtx) -
Uses of MathExpression.Token in com.github.gbenroscience.parser.turbo.tools
Fields in com.github.gbenroscience.parser.turbo.tools declared as MathExpression.TokenMethods in com.github.gbenroscience.parser.turbo.tools with parameters of type MathExpression.TokenModifier and TypeMethodDescriptionprotected MethodHandleScalarTurboEvaluator1.compileScalar(MathExpression.Token[] postfix) ScalarTurboEvaluator2.compileScalar(MathExpression.Token[] postfix) -
Uses of MathExpression.Token in com.github.gbenroscience.parser.turbo.tools.vector
Fields in com.github.gbenroscience.parser.turbo.tools.vector declared as MathExpression.Token