RungeKuttaExplicitBaseGetSolutionPoints Method |
Gets a sequence of solution points using the settings in the argument.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual IEnumerable<(double X, double[] )> GetSolutionPoints(
OdeMethodOptions options
)
Parameters
- options OdeMethodOptions
- The evaluation options, see OdeMethodOptions.
Return Value
IEnumerableValueTupleDouble,
Double
Tuple of the current x and y values.
The array of y-values is a copy of the solution vector and is therefore safe to store permanently.
Exceptions
See Also