Click or drag to resize

SLVROD(SOL, SOLB, CommonBlock) Constructor

Initializes a new instance of the SLVROD 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 SLVROD(
	SOL sol,
	SOLB solb,
	CommonBlock LINAL
)

Parameters

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