RADCOR(DECOMR, DECOMC, SLVRAD, ESTRAD, CommonBlock, CommonBlock) Constructor |
Initializes a new instance of the
RADCOR class.
Namespace: Altaxo.Calc.Ode.Obsolete.Radau5Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RADCOR(
DECOMR decomr,
DECOMC decomc,
SLVRAD slvrad,
ESTRAD estrad,
CommonBlock CONRA5,
CommonBlock LINAL
)
Parameters
- decomr DECOMR
- The real-valued decomposition helper.
- decomc DECOMC
- The complex-valued decomposition helper.
- slvrad SLVRAD
- The linear-system solver helper.
- estrad ESTRAD
- The error-estimation helper.
- CONRA5 CommonBlock
- The translated common block for RADAU5 state.
- LINAL CommonBlock
- The translated common block for linear algebra state.
See Also