![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Defines a CUDA function for filling a device pointer with a specific value. More...
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::cuda | |
| Namespace containing the C-SVM using the CUDA backend. | |
| plssvm::cuda::detail | |
| Namespace containing CUDA backend specific implementation details. Should not directly be used by users. | |
Functions | |
| template<typename value_type , typename size_type > | |
| __global__ void | plssvm::cuda::detail::fill_array (value_type *data, const value_type value, const size_type pos, const size_type count) |
Fill count values of the array data with the value starting at position pos. More... | |
Defines a CUDA function for filling a device pointer with a specific value.