The ordinary differential equation (ODE) solver library root: integration algorithms and the dynamic system models.
Microsoft.VisualBasic.Math.ODEsSolver 5.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.Math.Calculus
| Type | Summary | Members |
|---|---|---|
| Extensions | 4 | |
| ODE | Ordinary differential equation(ODE).(常微分方程的模型) | 4 |
| ODEOutput | 1 | |
| ODESolver | Solving the Ordinary differential equation(ODE) by using trapezoidal method.(使用梯形法求解常微分方程) | 4 |
Microsoft.VisualBasic.Math.Calculus.Dynamics
Dynamic system models integrated by the ODE solvers.
| Type | Summary | Members |
|---|---|---|
| GenericODEs | 1 | |
| ODEs | Solving ODEs in R language, as example for test this class: R func <- function(t, x, parms) { with(as.list(c(parms, x)), { dP <- a * P - b * C * P dC… | 10 |
| RefODEs | dy reference to the exists values. | 1 |
| RungeKutta4 | 2 | |
| SolverIterator | 5 | |
| var | Y variable in the ODE | 2 |
Microsoft.VisualBasic.Math.Calculus.Dynamics.Data
Data models of the dynamic system definitions.
| Type | Summary | Members |
|---|---|---|
| ODEsOut | ODEs output, this object can populates the ODEsOut.y variables values through its enumerator interface. | 6 |
| StreamExtension | 1 | |
| ValueVector | 1 |
Microsoft.VisualBasic.Math.Calculus.ODESolver
| Type | Summary | Members |
|---|---|---|
| df | df函数指针,微分方程 df = f(x,y) | 3 |