| Class | Description |
|---|---|
| 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.
|
Copyright © 2018. All rights reserved.