Click or drag to resize

ESTRAD(SOL, SOLB, SOLH, CommonBlock) Constructor

Initializes a new instance of the ESTRAD class with explicit dependencies.

Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ESTRAD(
	SOL sol,
	SOLB solb,
	SOLH solh,
	CommonBlock LINAL
)

Parameters

sol  SOL
The dense real solver helper.
solb  SOLB
The banded real solver helper.
solh  SOLH
The Hessenberg real solver helper.
LINAL  CommonBlock
The shared linear algebra common block.
See Also