public interface DiffRulesI
| Modifier and Type | Method and Description |
|---|---|
Node |
differentiate(ASTFunNode node,
String var,
Node[] children,
Node[] dchildren,
DJep djep)
Returns the top node of of the derivative of this function
wrt to variable var.
|
String |
getName()
Returns the name of the function.
|
String |
toString()
Returns a string representation of the rule.
|
Node differentiate(ASTFunNode node, String var, Node[] children, Node[] dchildren, DJep djep) throws ParseException
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.String toString()
String getName()
Copyright © 2018. All rights reserved.