|
inlineconstexpr |
Computes the modified Bessel functions \(I\) and \(K\),.
Parameters
nu
: scalar order of the function not necessarily integral.z
: Value to process.js: range able to contain int(nu)+1 complex values (of type complex_t<T> or Z respectively) *
ys: range able to contain int(nu)+1 complex values (of type complex_t<T> or Z respectively)Return value
*Ouput values
on output ys contains the values of \(((K_{\nu_0+\epsilon i})_{i = 0\cdot n}\)
where \(\nu_0\) is the fractional part of \(\nu\), \(\nu = \nu_0+\epsilon n\) and \(\epsilon\) is the sign of \(\nu\) .