@tomcuchta
this is not an analytic function, but it does something interesting:
__device__ cuComplex hinva(cuComplex z)
{
cuComplex out(j1f(z.r),j1f(z.i));
return out;
}
that's the J1 Bessel function
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@tomcuchta
this is not an analytic function, but it does something interesting:
__device__ cuComplex hinva(cuComplex z)
{
cuComplex out(j1f(z.r),j1f(z.i));
return out;
}
that's the J1 Bessel function