spla
Loading...
Searching...
No Matches
cpu_format_dok_vec.hpp File Reference
#include <cpu/cpu_formats.hpp>
#include <algorithm>
Include dependency graph for cpu_format_dok_vec.hpp:
This graph shows which files directly or indirectly include this file:

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)