spla
Classes | Namespaces
cpu_formats.hpp File Reference
#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>
Include dependency graph for cpu_formats.hpp:
This graph shows which files directly or indirectly include this file:

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