RungeKuttaExplicitBaseGetSolutionPointsVolatile_WithoutStepSizeControl Method |
Gets volatile solution points without step size control.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected virtual IEnumerable<(double X, double[] )> GetSolutionPointsVolatile_WithoutStepSizeControl(
OdeMethodOptions options
)
Parameters
- options OdeMethodOptions
- The evaluation options.
Return Value
IEnumerableValueTupleDouble,
DoubleSequence of solution points.
Exceptions
See Also