COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
FastSV.h File Reference
#include <mpi.h>
#include <stdint.h>
#include <sys/time.h>
#include <algorithm>
#include <iostream>
#include <string>
#include "CombBLAS/CombBLAS.h"
#include "CombBLAS/SpHelper.h"
Include dependency graph for FastSV.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  combblas::Select2ndMinSR< T1, T2 >
 
class  combblas::BinaryMin< T >
 

Namespaces

namespace  combblas
 

Macros

#define __STDC_LIMIT_MACROS
 

Functions

template<typename IT >
IT combblas::LabelCC (FullyDistVec< IT, IT > &parent, FullyDistVec< IT, IT > &cclabel)
 
template<class IT , class NT >
int combblas::ReduceAssign (FullyDistVec< IT, IT > &ind, FullyDistVec< IT, NT > &val, std::vector< std::vector< NT > > &reduceBuffer, NT MAX_FOR_REDUCE)
 
template<class IT , class NT >
FullyDistSpVec< IT, NTcombblas::Assign (FullyDistVec< IT, IT > &ind, FullyDistVec< IT, NT > &val)
 
template<class IT , class NT >
int combblas::replicate (const FullyDistVec< IT, NT > &dense, const FullyDistVec< IT, IT > &ri, std::vector< std::vector< NT > > &bcastBuffer)
 
template<class IT , class NT >
FullyDistVec< IT, NTcombblas::Extract (const FullyDistVec< IT, NT > &dense, const FullyDistVec< IT, IT > &ri)
 
template<typename IT , typename NT , typename DER >
FullyDistVec< IT, ITcombblas::SV (SpParMat< IT, NT, DER > &A, IT &nCC)
 

Macro Definition Documentation

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 8 of file FastSV.h.