Evaluates the translated dense output polynomial for one component.
Namespace: Altaxo.Calc.Ode.Obsolete.Radau5Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double Run(
int I,
double X,
double[] CONT,
int offset_cont,
int LRC
)
Parameters
- I Int32
- The one-based component index.
- X Double
- The evaluation point.
- CONT Double
- The dense output coefficients.
- offset_cont Int32
- The offset into CONT.
- LRC Int32
- The leading dimension of the dense output coefficients.
Return Value
DoubleThe interpolated solution value for component
I.
See Also