Click or drag to resize

ESTRAV(SOL, SOLB, SOLH, CommonBlock) Constructor

Initializes a new instance of the ESTRAV 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 ESTRAV(
	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