PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Implements conversion functions from arithmetic types to their name as string representation. More...
#include <string_view>
Go to the source code of this file.
Namespaces | |
plssvm | |
The main namespace containing all public API functions. | |
plssvm::detail | |
Namespace containing implementation details. Should not directly be used by users. | |
Macros | |
#define | PLSSVM_CREATE_ARITHMETIC_TYPE_NAME(type) |
Defines a macro to create all possible conversion functions from arithmetic types to their name as string representation. More... | |
Functions | |
template<typename T > | |
constexpr std::string_view | plssvm::detail::arithmetic_type_name ()=delete |
Tries to convert the given type to its name as string representation including possible const and/or volatile qualifiers. More... | |
Implements conversion functions from arithmetic types to their name as string representation.
#define PLSSVM_CREATE_ARITHMETIC_TYPE_NAME | ( | type | ) |
Defines a macro to create all possible conversion functions from arithmetic types to their name as string representation.
[in] | type | the data type to convert to a string |