summaryrefslogtreecommitdiffstats
path: root/docs/kernels.rst
blob: f2f77e14123023dc8b73e6f9f9e8e6c71212b5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _opencl-default-kernels:

OpenCL default kernels
======================

This section lists all kernel functions that are available to the
:gobj:class:`opencl` filter if no filename is specified.

.. c:function:: void fix_nan_and_inf ()

    Sets element to 0.0 if it is NaN or Inf.

.. c:function:: void absorptivity ()

    Computes :math:`f(x) = -log(x)`.

.. c:function:: void nlm_noise_reduction ()

    Smooths data within a local neighbourhood.