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.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual IEnumerable<(double X, double[] )> GetSolutionPointsVolatile_WithStepSizeControl(
	OdeMethodOptions options
)

Parameters

options  OdeMethodOptions
The evaluation options.

Return Value

IEnumerableValueTupleDouble, Double

[Missing <returns> documentation for "M:Altaxo.Calc.Ode.RungeKuttaExplicitBase.GetSolutionPointsVolatile_WithStepSizeControl(Altaxo.Calc.Ode.OdeMethodOptions)"]

See Also