Overload List
| Name | Description | |
|---|---|---|
| Solve(Func<(Of <(Double, DoubleVector, DoubleVector>)>), DoubleVector, DoubleVector) |
Solve the given initial value problem:
y' = f(t,y)
The step sequence is determined by timeSpan | |
| Solve(Func<(Of <(Double, Double, Double>)>), DoubleVector, Double) |
Solve the given initial value problem:
y' = f(t,y)
The step sequence is determined by timeSpan | |
| Solve(Func<(Of <(Double, DoubleVector, DoubleVector>)>), DoubleVector, DoubleVector, RungeKutta5OdeSolver..::.Options) |
Solve the given initial value problem:
y' = f(t,y)
or
y' = M(t,y)*f(t,y)
for problems that involve a mass matrix M.
The step sequence is determined by timeSpan |