| Package | Description |
|---|---|
| org.lsmp.djep.djep | |
| org.lsmp.djep.djep.diffRules |
| Modifier and Type | Method and Description |
|---|---|
void |
DJep.addDiffRule(DiffRulesI rule)
Adds a rule with instruction on how to differentiate a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdditionDiffRule
Differentiates a addition with respect to var.
|
class |
ChainRuleDiffRules
Common methods used when the rules are specified by node trees or strings.
|
class |
DivideDiffRule
Differentiates a division with respect to var.
|
class |
MacroDiffRules
Rules are specfied by a set of strings or trees of nodes.
|
class |
MacroFunctionDiffRules
If your really lazy, you don't even need to workout the derivatives
of a function defined by a macro yourself.
|
class |
MultiplyDiffRule
Diffrentiates a product with respect to var.
|
class |
PassThroughDiffRule
Rules like Sum where diff(sum(a,b,c),x) -> sum(da/dx,db/dx,dc/dx) are instance of this class.
|
class |
PowerDiffRule
Diffrentiates a power with respect to var.
|
class |
SubtractDiffRule
Diffrentiates a subtaction with respect to var.
|
Copyright © 2018. All rights reserved.