Click or drag to resize

DVINDY(DSCAL, XERRWD, CommonBlock, CommonBlock) Constructor

Initializes a new instance of the DVINDY class.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DVINDY(
	DSCAL dscal,
	XERRWD xerrwd,
	CommonBlock DVOD01,
	CommonBlock DVOD02
)

Parameters

dscal  DSCAL
The scaling helper.
xerrwd  XERRWD
The error-reporting helper.
DVOD01  CommonBlock
The primary DVODE common block.
DVOD02  CommonBlock
The secondary DVODE common block.
See Also