nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.ODEsSolver

Microsoft.VisualBasic.Math.ODEsSolver 5.0.9762.11310.

Namespaces 4 Types 14 Members 45

01 Namespaces

Microsoft.VisualBasic.Math.Calculus

The ordinary differential equation (ODE) solver library root: integration algorithms and the dynamic system models.

TypeSummary 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.

TypeSummary 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.

TypeSummary 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

TypeSummary Members
df df函数指针,微分方程 df = f(x,y) 3