Click or drag to resize

RungeKuttaExplicitBaseSetOptionsToCore Method

Provides the core with the parameters found in the options.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void SetOptionsToCore(
	OdeMethodOptions options
)

Parameters

options  OdeMethodOptions
The options to set.
See Also