|  | PLSSVM - Parallel Least Squares Support Vector Machine
    2.0.0
    A Least Squares Support Vector Machine implementation using different backends. | 
Defines a very small RAII wrapper around a cl_kernel. More...
#include "CL/cl.h"Go to the source code of this file.
| Classes | |
| class | plssvm::opencl::detail::kernel | 
| RAII wrapper class around a cl_kernel.  More... | |
| Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::opencl | |
| Namespace containing the C-SVM using the OpenCL backend. | |
| plssvm::opencl::detail | |
| Namespace containing OpenCL backend specific implementation details. Should not directly be used by users. | |
| Enumerations | |
| enum class | plssvm::opencl::detail::compute_kernel_name { plssvm::opencl::detail::q_kernel , plssvm::opencl::detail::svm_kernel , plssvm::opencl::detail::w_kernel , plssvm::opencl::detail::predict_kernel } | 
| Enum class for all different OpenCL compute kernels.  More... | |
Defines a very small RAII wrapper around a cl_kernel.