RungeKuttaExplicitBaseGetSolutionPointsForStepSize(Double) Method |
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual IEnumerable<(double x, double[] )> GetSolutionPointsForStepSize(
double stepSize
)
Parameters
- stepSize Double
- Size of a step.
Return Value
IEnumerableValueTupleDouble,
DoubleEndless sequence of solution points. It is safe to store the returned y array permanently.
See Also