spla
Namespaces | Functions
cpu_format_dense_vec.hpp File Reference
#include <cpu/cpu_formats.hpp>
Include dependency graph for cpu_format_dense_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_dense_vec_resize (const uint n_rows, CpuDenseVec< T > &vec)
 
template<typename T >
void spla::cpu_dense_vec_fill (const T fill_value, CpuDenseVec< T > &vec)
 
template<typename T >
void spla::cpu_dense_vec_to_dok (const uint n_rows, const T fill_value, const CpuDenseVec< T > &in, CpuDokVec< T > &out)