Package org.matheclipse.core.eval
Class CoreCallbackFunction
- java.lang.Object
-
- org.matheclipse.core.eval.CoreCallbackFunction
-
- All Implemented Interfaces:
IDoubleCallbackFunction
public class CoreCallbackFunction extends Object implements IDoubleCallbackFunction
A call back function which could be used inDoubleEvaluator
, for evaluating Symja numerical functions.
-
-
Field Summary
Fields Modifier and Type Field Description static CoreCallbackFunction
CONST
-
Constructor Summary
Constructors Constructor Description CoreCallbackFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evaluate(DoubleEvaluator doubleEngine, FunctionNode functionNode, double[] args)
-
-
-
Field Detail
-
CONST
public static final CoreCallbackFunction CONST
-
-
Method Detail
-
evaluate
public double evaluate(DoubleEvaluator doubleEngine, FunctionNode functionNode, double[] args)
- Specified by:
evaluate
in interfaceIDoubleCallbackFunction
-
-