Click or drag to resize

RungeKuttaExplicitBaseGetSolutionPointsVolatile_WithStepSizeControl Method

Gets volatile solution points with step size control.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected virtual IEnumerable<(double X, double[] )> GetSolutionPointsVolatile_WithStepSizeControl(
	OdeMethodOptions options
)

Parameters

options  OdeMethodOptions
The evaluation options.

Return Value

IEnumerableValueTupleDouble, Double
Endless sequence of solution points.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the method was not initialized.
See Also