Class MacroFunctionDiffRules
java.lang.Object
com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
com.singularsys.extensions.djep.diffRules.MacroFunctionDiffRules
- All Implemented Interfaces:
DiffRulesI,JepComponent,Serializable
For functions defined by expressions this rule automatically calculates the
derivative.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMacroFunctionDiffRules(DJep djep, MacroFunction pfmc) Calculates the rules for the given function. -
Method Summary
Methods inherited from class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
differentiate, getArgNames, getDescriptions, getLightWeightInstance, getName, getNumRules, getPfmc, getRule, init, setup, setup, setup, toString
-
Constructor Details
-
MacroFunctionDiffRules
Calculates the rules for the given function.- Throws:
ParseException
-