PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Namespaces | Functions
execution_range.hpp File Reference

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>
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Implement a backend independent class used to specify the execution range for all kernel invocations.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.