public class MultiplyDiffRule extends java.lang.Object implements DiffRulesI
| Constructor and Description |
|---|
MultiplyDiffRule(DJep djep,
Operator op) |
MultiplyDiffRule(DJep djep,
Operator mulop,
Operator addop) |
| 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.
|
JepComponent |
getLightWeightInstance()
Returns null
|
java.lang.String |
getName()
Returns the name of the function.
|
void |
init(Jep jep)
Initialize the component.
|
java.lang.String |
toString()
Returns a string representation of the rule.
|
public void init(Jep jep)
JepComponentinit in interface JepComponentjep - the current Jep instancepublic JepComponent getLightWeightInstance()
getLightWeightInstance in interface JepComponentpublic java.lang.String toString()
DiffRulesItoString in interface DiffRulesItoString in class java.lang.Objectpublic java.lang.String getName()
DiffRulesIgetName in interface DiffRulesIpublic Node differentiate(ASTFunNode node, java.lang.String var, Node[] children, Node[] dchildren) throws JepException
DiffRulesIdifferentiate in interface DiffRulesIvar - 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.JepExceptionCopyright © 2018 Singular Systems http://www.singularsys.com/jep