COMBINATORIAL_BLAS  1.6
mtSpGEMM.h File Reference
#include "CombBLAS.h"

Go to the source code of this file.

Namespaces

 combblas
 

Functions

template<typename T >
T * combblas::prefixsum (T *in, int size, int nthreads)
 
template<typename SR , typename NTO , typename IT , typename NT1 , typename NT2 >
SpTuples< IT, NTO > * combblas::LocalSpGEMM (const SpDCCols< IT, NT1 > &A, const SpDCCols< IT, NT2 > &B, bool clearA, bool clearB)
 
template<typename IT , typename NT1 , typename NT2 >
IT * combblas::estimateNNZ (const SpDCCols< IT, NT1 > &A, const SpDCCols< IT, NT2 > &B)