spla
|
#include <spla/config.hpp>
#include <core/tdecoration.hpp>
#include <util/pair_hash.hpp>
#include <opencl/cl_accelerator.hpp>
#include <algorithm>
#include <cassert>
#include <functional>
#include <numeric>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | spla::CLDenseVec< T > |
OpenCL one-dim array for dense vector representation. More... | |
class | spla::CLCooVec< T > |
OpenCL list-of-coordinates sparse vector representation. More... | |
class | spla::CLCsr< T > |
OpenCL compressed sparse row matrix representation. More... | |
Namespaces | |
spla | |