|
COMBINATORIAL_BLAS
1.3
|
Go to the source code of this file.
Classes | |
| struct | SpImplNoSR< IT, NUM, VT > |
| struct | SpImplNoSR< IT, bool, VT > |
Functions | |
| template<class IT , class NUM , class VT > | |
| void | SpMXSpV (const Dcsc< IT, NUM > &Adcsc, int32_t mA, const int32_t *indx, const VT *numx, int32_t veclen, int32_t *indy, VT *numy, int *cnts, int *dspls, int p_c, BitMap *isthere) |
| Version without the Semiring (for BFS) | |
| template<class IT , class NUM , class VT > | |
| void | SpMXSpV_ForThreading (const Dcsc< IT, NUM > &Adcsc, int32_t mA, const int32_t *indx, const VT *numx, int32_t veclen, vector< int32_t > &indy, vector< VT > &numy, int32_t offset) |
| void SpMXSpV | ( | const Dcsc< IT, NUM > & | Adcsc, |
| int32_t | mA, | ||
| const int32_t * | indx, | ||
| const VT * | numx, | ||
| int32_t | veclen, | ||
| int32_t * | indy, | ||
| VT * | numy, | ||
| int * | cnts, | ||
| int * | dspls, | ||
| int | p_c, | ||
| BitMap * | isthere | ||
| ) |
Version without the Semiring (for BFS)
Definition at line 45 of file SpImplNoSR.h.
| void SpMXSpV_ForThreading | ( | const Dcsc< IT, NUM > & | Adcsc, |
| int32_t | mA, | ||
| const int32_t * | indx, | ||
| const VT * | numx, | ||
| int32_t | veclen, | ||
| vector< int32_t > & | indy, | ||
| vector< VT > & | numy, | ||
| int32_t | offset | ||
| ) |
Definition at line 52 of file SpImplNoSR.h.
1.8.1.1