|
spla
|


Go to the source code of this file.
Namespaces | |
| namespace | spla |
Functions | |
| template<typename T > | |
| void | spla::cpu_dok_vec_to_coo (const CpuDokVec< T > &in, CpuCooVec< T > &out) |
| template<typename T > | |
| void | spla::cpu_dok_vec_to_dense (const uint n_rows, const CpuDokVec< T > &in, CpuDenseVec< T > &out) |
| template<typename T > | |
| void | spla::cpu_dok_vec_add_element (uint row_id, T element, CpuDokVec< T > &vec) |
| template<typename T > | |
| void | spla::cpu_dok_vec_clear (CpuDokVec< T > &vec) |