Package org.lsmp.djep.djep.diffRules

Rules specifying how to differentiate functions.

See:
          Description

Class Summary
AdditionDiffRule Differentiates a addition with respect to var.
ChainRuleDiffRules Common methods used when the rules are specified by node trees or strings.
DivideDiffRule Differentiates a division with respect to var.
MacroDiffRules Rules are specfied by a set of strings or trees of nodes.
MacroFunctionDiffRules If your really lazy, you don't even need to workout the derivatives of a function defined by a macro yourself.
MultiplyDiffRule Diffrentiates a product with respect to var.
PassThroughDiffRule Rules like Sum where diff(sum(a,b,c),x) -> sum(da/dx,db/dx,dc/dx) are instance of this class.
PowerDiffRule Diffrentiates a power with respect to var.
SubtractDiffRule Diffrentiates a subtaction with respect to var.
 

Package org.lsmp.djep.djep.diffRules Description

Rules specifying how to differentiate functions.



http://www.singularsys.com/jep Copyright © 2007 Singular Systems