SLVRAD(SOL, SOLC, SOLB, SOLBC, SOLH, SOLHC, CommonBlock) Constructor |
Initializes a new instance of the
SLVRAD class with explicit dependencies.
Namespace: Altaxo.Calc.Ode.Obsolete.Radau5Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic SLVRAD(
SOL sol,
SOLC solc,
SOLB solb,
SOLBC solbc,
SOLH solh,
SOLHC solhc,
CommonBlock LINAL
)
Parameters
- sol SOL
- The dense real solver helper.
- solc SOLC
- The dense complex solver helper.
- solb SOLB
- The banded real solver helper.
- solbc SOLBC
- The banded complex solver helper.
- solh SOLH
- The Hessenberg real solver helper.
- solhc SOLHC
- The Hessenberg complex solver helper.
- LINAL CommonBlock
- The shared linear algebra common block.
See Also