Click or drag to resize

DGBSL(DDOT, DAXPY) Constructor

Initializes a new instance of the DGBSL class.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DGBSL(
	DDOT ddot,
	DAXPY daxpy
)

Parameters

ddot  DDOT
The BLAS dot-product helper.
daxpy  DAXPY
The BLAS axpy helper.
See Also