![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Implement a backend independent class used to specify the execution range for all kernel invocations. More...
#include "plssvm/detail/type_traits.hpp"#include <algorithm>#include <array>#include <cstddef>#include <initializer_list>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | plssvm::detail::execution_range |
| Class specifying a backend independent execution range. More... | |
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::detail | |
| Namespace containing implementation details. Should not directly be used by users. | |
Functions | |
| std::ostream & | plssvm::detail::operator<< (std::ostream &out, const execution_range &range) |
Output the execution range to the given output-stream out. More... | |
Implement a backend independent class used to specify the execution range for all kernel invocations.