COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
mtSpGEMM.h File Reference
#include "CombBLAS.h"
Include dependency graph for mtSpGEMM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  combblas
 

Functions

template<typename T >
Tcombblas::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 >
ITcombblas::estimateNNZ (const SpDCCols< IT, NT1 > &A, const SpDCCols< IT, NT2 > &B)