COMBINATORIAL_BLAS  1.6
CC.h File Reference
#include <mpi.h>
#include <stdint.h>
#include <sys/time.h>
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <ctime>
#include <cmath>
#include "CombBLAS/CombBLAS.h"

Go to the source code of this file.

Classes

struct  combblas::Select2ndMinSR< T1, T2 >
 

Namespaces

 combblas
 

Macros

#define __STDC_LIMIT_MACROS
 

Functions

template<typename IT , typename NT , typename DER >
FullyDistVec< IT, short > combblas::StarCheck (const SpParMat< IT, NT, DER > &A, FullyDistVec< IT, IT > &father)
 
template<typename IT , typename NT , typename DER >
void combblas::ConditionalHook (const SpParMat< IT, NT, DER > &A, FullyDistVec< IT, IT > &father)
 
template<typename IT , typename NT , typename DER >
void combblas::UnconditionalHook (const SpParMat< IT, NT, DER > &A, FullyDistVec< IT, IT > &father)
 
template<typename IT >
void combblas::Shortcut (FullyDistVec< IT, IT > &father)
 
template<typename IT , typename NT , typename DER >
bool combblas::neigborsInSameCC (const SpParMat< IT, NT, DER > &A, FullyDistVec< IT, IT > &cclabel)
 
template<typename IT , typename NT , typename DER >
void combblas::Correctness (const SpParMat< IT, NT, DER > &A, FullyDistVec< IT, IT > &cclabel, IT nCC, FullyDistVec< IT, IT > father)
 
template<typename IT >
IT combblas::LabelCC (FullyDistVec< IT, IT > &father, FullyDistVec< IT, IT > &cclabel)
 
template<typename IT , typename NT , typename DER >
FullyDistVec< IT, IT > combblas::CC (SpParMat< IT, NT, DER > &A, IT &nCC)
 
template<typename IT >
void combblas::PrintCC (FullyDistVec< IT, IT > CC, IT nCC)
 
template<typename IT >
void combblas::First4Clust (FullyDistVec< IT, IT > &cc)
 
template<typename IT >
void combblas::HistCC (FullyDistVec< IT, IT > CC, IT nCC)
 

Macro Definition Documentation

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 37 of file CC.h.