Click or drag to resize

RungeKuttaExplicitBaseSetOptionsToCore Method

Provides the core with the parameters found in options.

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

Parameters

options  OdeMethodOptions
The options to set.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the method was not initialized.
See Also