Click or drag to resize

DECOMR(DEC, DECB, ELMHES, DECH, CommonBlock) Constructor

Initializes a new instance of the DECOMR 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 DECOMR(
	DEC dec,
	DECB decb,
	ELMHES elmhes,
	DECH dech,
	CommonBlock LINAL
)

Parameters

dec  DEC
The dense real decomposition helper.
decb  DECB
The banded real decomposition helper.
elmhes  ELMHES
The Hessenberg reduction helper.
dech  DECH
The Hessenberg decomposition helper.
LINAL  CommonBlock
The shared linear algebra common block.
See Also