Click or drag to resize

SLVRAI(SOLC, SOLBC, SOLHC, CommonBlock) Constructor

Initializes a new instance of the SLVRAI 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 SLVRAI(
	SOLC solc,
	SOLBC solbc,
	SOLHC solhc,
	CommonBlock LINAL
)

Parameters

solc  SOLC
The dense complex solver helper.
solbc  SOLBC
The banded complex solver helper.
solhc  SOLHC
The Hessenberg complex solver helper.
LINAL  CommonBlock
The shared linear algebra common block.
See Also