void BesselMFirstCheb(Double c, ref Double b0, ref Double b1, ref Double b2)
Chebyshev/Clenshaw recurrence initialiser, shared by the Bessel computations in Ippspl_core/_single.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | c | Double | scalar |
| 2 | b0 | Double (ref) | output |
| 3 | b1 | Double (ref) | output |
| 4 | b2 | Double (ref) | output |
Result: stored in self (calling object)