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