COMBINATORIAL_BLAS  1.6
SpImpl.cpp File Reference
#include "SpImpl.h"
#include "SpParHelper.h"
#include "PBBS/radixSort.h"
#include "Tommy/tommyhashdyn.h"

Go to the source code of this file.

Namespaces

 combblas
 

Functions

template<typename SR , typename IT , typename NT , typename IVT , typename OVT >
void combblas::SpMXSpV_HeapSort (const Csc< IT, NT > &Acsc, int32_t mA, const int32_t *indx, const IVT *numx, int32_t veclen, std::vector< int32_t > &indy, std::vector< OVT > &numy, int32_t offset)
 
template<typename SR , typename IT , typename NT , typename IVT , typename OVT >
void combblas::SpMXSpV_Bucket (const Csc< IT, NT > &Acsc, int32_t mA, const int32_t *indx, const IVT *numx, int32_t veclen, std::vector< int32_t > &indy, std::vector< OVT > &numy, PreAllocatedSPA< OVT > &SPA)