Click or drag to resize

RADAU5(RADCOR) Constructor

Initializes a new instance of the RADAU5 class.

Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RADAU5(
	RADCOR radcor
)

Parameters

radcor  RADCOR
The core RADAU5 implementation.
See Also