Click or drag to resize

DVSTEP(DVNORM, DVJUST, DSCAL, DVSET, DAXPY, DCOPY, CommonBlock, CommonBlock) Constructor

Initializes a new instance of the DVSTEP class.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DVSTEP(
	DVNORM dvnorm,
	DVJUST dvjust,
	DSCAL dscal,
	DVSET dvset,
	DAXPY daxpy,
	DCOPY dcopy,
	CommonBlock DVOD01,
	CommonBlock DVOD02
)

Parameters

dvnorm  DVNORM
The weighted norm helper.
dvjust  DVJUST
The history-adjustment helper.
dscal  DSCAL
The scaling helper.
dvset  DVSET
The coefficient-setup helper.
daxpy  DAXPY
The BLAS axpy helper.
dcopy  DCOPY
The BLAS copy helper.
DVOD01  CommonBlock
The primary DVODE common block.
DVOD02  CommonBlock
The secondary DVODE common block.
See Also