spla
Namespaces | Functions
cpu_format_coo_vec.hpp File Reference
#include <cpu/cpu_formats.hpp>
#include <algorithm>
#include <vector>
Include dependency graph for cpu_format_coo_vec.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 spla
 

Functions

template<typename T >
void spla::cpu_coo_vec_sort (CpuCooVec< T > &vec)
 
template<typename T >
void spla::cpu_coo_vec_resize (const uint n_values, CpuCooVec< T > &vec)
 
template<typename T >
void spla::cpu_coo_vec_clear (CpuCooVec< T > &vec)
 
template<typename T >
void spla::cpu_coo_vec_to_dok (const CpuCooVec< T > &in, CpuDokVec< T > &out)