The symbolic math lambda library: symbolic expressions and their evaluation.
Microsoft.VisualBasic.Math.Lambda 5.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.Math.Lambda
| Type | Summary | Members |
|---|---|---|
| MathMLCompiler | mathML -> lambda -> linq expression -> compile VB lambda | 0 |
| SymbolIndex | the parameter symbol index of the lambda function | 2 |
Microsoft.VisualBasic.Math.Lambda.Symbolic
Symbolic math expressions: the expression model, simplification and evaluation.
| Type | Summary | Members |
|---|---|---|
| BooleanAlgebra | 4 | |
| Derivative | 7 | |
| ExpressionExtensions | Shared helpers that operate on the immutable Expression tree. | 9 |
| Integration | 3 | |
| Limit | 3 | |
| MakeSimplify | 3 | |
| PolyExpansion | Expand products and powers of sums into distributed form. | 0 |
| Polynomial | 8 | |
| Rationalizer | Rationalise the denominators of an expression: eliminate square roots and the imaginary unit from every denominator by conjugate multiplication. | 3 |
| Substitute | 3 | |
| Symbolic | symbolic computation engine | 23 |
| Taylor | 3 | |
| TaylorResult | The polynomial part and the Lagrange remainder of a Taylor expansion. | 4 |
| UnifySymbol | a unify symbol model a * (x ^ n) | 1 |
| UnivariatePoly | A univariate polynomial a0 + a1*x + ... | 0 |
Microsoft.VisualBasic.Math.Lambda.Symbolic.ExpressionExtensions
| Type | Summary | Members |
|---|---|---|
| ExpressionRewriter | A reusable recursive visitor that rewrites an expression tree. | 0 |