Math387.BesselMFirstCheb Method

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.

#NameTypeDescription
1cDoublescalar
2b0Double (ref)output
3b1Double (ref)output
4b2Double (ref)output

Result: stored in self (calling object)