spla
|
#include <cpu/cpu_formats.hpp>
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) |