COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
SpImplNoSR.h File Reference

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)

Function Documentation

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)

Definition at line 45 of file SpImplNoSR.h.

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 
)

Definition at line 52 of file SpImplNoSR.h.