Interface TurboEvaluatorProvider
public interface TurboEvaluatorProvider
The SPI Gateway for Enterprise Extensions.
-
Method Summary
Modifier and TypeMethodDescriptionUpgrades the AST into a Hardware-Accelerated Vector Evaluator.booleanChecks if the underlying hardware and JVM flags support Vector SIMD.
-
Method Details
-
isVectorHardwareSupported
boolean isVectorHardwareSupported()Checks if the underlying hardware and JVM flags support Vector SIMD. -
getVectorEvaluator
Upgrades the AST into a Hardware-Accelerated Vector Evaluator.- Parameters:
me- TheMathExpression- Returns:
TurboExpressionEvaluator
-