RungeKuttaExplicitBaseGetSolutionPointsVolatileForStepSize(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[] )> GetSolutionPointsVolatileForStepSize(
double stepSize
)
Parameters
- stepSize Double
- Size of a step.
Return Value
IEnumerableValueTupleDouble,
DoubleEndless sequence of solution points. You have to consume the values immediately because the content of the y array is changed in the further course of the evaluation.
See Also