public interface DiffRulesI extends JepComponent
| Modifier and Type | Method and Description |
|---|---|
Node |
differentiate(ASTFunNode node,
java.lang.String var,
Node[] children,
Node[] dchildren)
Returns the top node of of the derivative of this function
wrt to variable var.
|
java.lang.String |
getName()
Returns the name of the function.
|
java.lang.String |
toString()
Returns a string representation of the rule.
|
getLightWeightInstance, initNode differentiate(ASTFunNode node, java.lang.String var, Node[] children, Node[] dchildren) throws ParseException, JepException
var - The name of variable to differentiate wrt to.children - the arguments of the functiondchildren - the derivatives of each argument of the function.ParseException - if there is some problem in compiling the derivative.JepExceptionjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String getName()
Copyright © 2018 Singular Systems http://www.singularsys.com/jep