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

Implements a custom std::source_location implementation for C++17. More...

#include <cstdint>
#include <string_view>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plssvm::source_location
 The plssvm::source_location class represents certain information about the source code, such as file names, line numbers, or function names. More...
 

Namespaces

 plssvm
 The main namespace containing all public API functions.
 

Detailed Description

Implements a custom std::source_location implementation for C++17.

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.