nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.ODEsSolver

Microsoft.VisualBasic.Math.ODEsSolver 5.0.9753.4776.

Namespaces 4 Types 14 Members 76

01 Namespaces

Microsoft.VisualBasic.Math.Calculus

TypeSummary Members
Extensions 4
ODE Ordinary differential equation(ODE).(常微分方程的模型) 5
ODEOutput 9
ODESolver Solving the Ordinary differential equation(ODE) by using trapezoidal method.(使用梯形法求解常微分方程) 6

Microsoft.VisualBasic.Math.Calculus.Dynamics

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… 11
RefODEs dy reference to the exists values. 2
RungeKutta4 4
SolverIterator 5
var Y variable in the ODE 10

Microsoft.VisualBasic.Math.Calculus.Dynamics.Data

TypeSummary Members
ODEsOut ODEs output, this object can populates the ODEsOut.y variables values through its enumerator interface. 11
StreamExtension 1
ValueVector 4

Microsoft.VisualBasic.Math.Calculus.ODESolver

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