Zac Diggum <[email protected]> writes: > In the release notes for Version 2013.1 it says: More/improved Bessel > functions. > In the documentation however I can't find anything on how to create one. Did > I miss something?
Two spots: - https://github.com/pyopencl/pyopencl/tree/master/pyopencl/cl You can include those in kernel code by '#include <pyopencl-bessel-j.cl>'. - https://github.com/pyopencl/pyopencl/blob/c8fb83f69d709f3892ff25b0776cd1d82c6c87ff/pyopencl/clmath.py#L232-L268 Could you send a PR to update the docs? Andreas _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
