#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"
#include "CC.h"
#include "WriteMCLClusters.h"
Go to the source code of this file.
|
| void | InitParam (HipMCLParam ¶m) |
| |
| void | ShowParam (HipMCLParam ¶m) |
| |
| void | ProcessParam (int argc, char *argv[], HipMCLParam ¶m) |
| |
| void | ShowOptions () |
| |
| template<typename IT , typename NT , typename DER > |
| FullyDistVec< IT, IT > | Interpret (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| void | MakeColStochastic (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| NT | Chaos (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| void | Inflate (SpParMat< IT, NT, DER > &A, double power) |
| |
| template<typename IT , typename NT , typename DER > |
| void | AdjustLoops (SpParMat< IT, NT, DER > &A) |
| |
| template<typename IT , typename NT , typename DER > |
| void | RemoveIsolated (SpParMat< IT, NT, DER > &A, HipMCLParam ¶m) |
| |
| template<typename IT , typename NT , typename DER > |
| void | RandPermute (SpParMat< IT, NT, DER > &A, HipMCLParam ¶m) |
| |
| template<typename IT , typename NT , typename DER > |
| FullyDistVec< IT, IT > | HipMCL (SpParMat< IT, NT, DER > &A, HipMCLParam ¶m) |
| |
| template<typename IT , typename NT , typename DER > |
| void | Symmetricize (SpParMat< IT, NT, DER > &A) |
| |
| template<typename GIT , typename LIT , typename NT > |
| void | MainBody (HipMCLParam ¶m) |
| |
| int | main (int argc, char *argv[]) |
| |
◆ __STDC_CONSTANT_MACROS
| #define __STDC_CONSTANT_MACROS |
◆ __STDC_LIMIT_MACROS
◆ EPS
◆ AdjustLoops()
◆ Chaos()
◆ HipMCL()
◆ Inflate()
◆ InitParam()
◆ Interpret()
◆ main()
◆ MainBody()
◆ MakeColStochastic()
◆ ProcessParam()
◆ RandPermute()
◆ RemoveIsolated()
◆ ShowOptions()
◆ ShowParam()
◆ Symmetricize()
◆ cblas_allgathertime
◆ mcl_Abcasttime
◆ mcl_Bbcasttime
◆ mcl_kselecttime
◆ mcl_localspgemmtime
◆ mcl_memory
◆ mcl_multiwaymergetime
◆ mcl_prunecolumntime
◆ tIO