spla
Namespaces | Functions
cpu_format_csr.hpp File Reference
#include <cpu/cpu_formats.hpp>
Include dependency graph for cpu_format_csr.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_csr_resize (const uint n_rows, const uint n_values, CpuCsr< T > &storage)
 
template<typename T >
void spla::cpu_csr_to_dok (uint n_rows, const CpuCsr< T > &in, CpuDok< T > &out)
 
template<typename T >
void spla::cpu_csr_to_coo (uint n_rows, const CpuCsr< T > &in, CpuCoo< T > &out)