type TIntegrateState = record;
Type used by the numerical integration routine.
The type stores the initial conditions for the numerical integration. StartR2 and StartI2 are real and imaginary part of the first condition (x[-2]) and StartR1, StartI1 are the real and imaginary part of the second condition (x[-1]).
Fields
| Name | Type | Description |
|---|---|---|
| StartI2 | Double | |
| StartR2 | Double |