spla
|
#include <cpu/cpu_formats.hpp>
Go to the source code of this file.
Namespaces | |
spla | |
Functions | |
template<typename T > | |
void | spla::cpu_coo_resize (const uint n_values, CpuCoo< T > &storage) |
template<typename T > | |
void | spla::cpu_coo_clear (CpuCoo< T > &in) |
template<typename T > | |
void | spla::cpu_coo_to_lil (uint n_rows, const CpuCoo< T > &in, CpuLil< T > &out) |
template<typename T > | |
void | spla::cpu_coo_to_dok (const CpuCoo< T > &in, CpuDok< T > &out) |
template<typename T > | |
void | spla::cpu_coo_to_csr (uint n_rows, const CpuCoo< T > &in, CpuCsr< T > &out) |