struct TIntegrateState;
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 |
|---|---|---|
| StartI1 | double | |
| StartI2 | double | |
| StartR1 | double | |
| StartR2 | double | |
| SumI1 | double | |
| SumR1 | double | Type used by the numerical integration routine. |