Click or drag to resize

RungeKuttaExplicitBaseGetSolutionPointsVolatile_WithoutStepSizeControl Method

Gets volatile solution points without 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_WithoutStepSizeControl(
	OdeMethodOptions options
)

Parameters

options  OdeMethodOptions
The evaluation options.

Return Value

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