28 #ifndef SPLA_CONFIG_HPP
29 #define SPLA_CONFIG_HPP
38 #define SPLA_API __declspec(dllexport)
40 #define SPLA_API __declspec(dllimport)
56 using uint = std::uint32_t;
155 const std::string& msg,
156 const std::string& file,
157 const std::string&
function,
Types of supported accelerators for computations.
Callback function called on library message event.
Callback function which can be scheduled in schedule.
Status of library operation execution.
CPU list of coordinates matrix format.
Definition: cpu_formats.hpp:148
CPU compressed sparse row matrix format.
Definition: cpu_formats.hpp:166
Dictionary of keys sparse matrix format.
Definition: cpu_formats.hpp:128
CPU list-of-list matrix format for fast incremental build.
Definition: cpu_formats.hpp:107
std::uint32_t uint
Library index and size type.
Definition: config.hpp:56
Definition: algorithm.hpp:37