Click or drag to resize

DVJAC(DVNORM, DCOPY, DSCAL, DGEFA, DACOPY, DGBFA, CommonBlock, CommonBlock) Constructor

Initializes a new instance of the DVJAC class.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DVJAC(
	DVNORM dvnorm,
	DCOPY dcopy,
	DSCAL dscal,
	DGEFA dgefa,
	DACOPY dacopy,
	DGBFA dgbfa,
	CommonBlock DVOD01,
	CommonBlock DVOD02
)

Parameters

dvnorm  DVNORM
The weighted norm helper.
dcopy  DCOPY
The BLAS copy helper.
dscal  DSCAL
The scaling helper.
dgefa  DGEFA
The dense factorization helper.
dacopy  DACOPY
The dense-array copy helper.
dgbfa  DGBFA
The band factorization helper.
DVOD01  CommonBlock
The primary DVODE common block.
DVOD02  CommonBlock
The secondary DVODE common block.
See Also