xBaseOdeGearsAndAdamsMoultonSolve(Double) Method |
Computes the solution of the differential equations at a point tEnd.
Namespace: Altaxo.Calc.Ode.Obsolete.DVodeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] Solve(
double tEnd
)
Parameters
- tEnd Double
- Value of t where the solution is required.
Return Value
DoubleA array containing the solution of the differential equations at the point
tEnd.
See Also