spla
|
#include <spla/config.hpp>
#include <core/tdecoration.hpp>
#include <util/pair_hash.hpp>
#include <robin_hood.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::CpuDokVec< T > |
class | spla::CpuDenseVec< T > |
CPU one-dim array for dense vector representation. More... | |
class | spla::CpuCooVec< T > |
CPU list-of-coordinates sparse vector representation. More... | |
class | spla::CpuLil< T > |
CPU list-of-list matrix format for fast incremental build. More... | |
class | spla::CpuDok< T > |
Dictionary of keys sparse matrix format. More... | |
class | spla::CpuCoo< T > |
CPU list of coordinates matrix format. More... | |
class | spla::CpuCsr< T > |
CPU compressed sparse row matrix format. More... | |
Namespaces | |
spla | |