#include <mpi.h>#include <iostream>#include <algorithm>#include <functional>#include <string>#include <vector>#include "CombBLAS/CombBLAS.h"
Go to the source code of this file.
Classes | |
| struct | KTipsSR< IT > |
Functions | |
| template<class IT , class NT , class DER > | |
| FullyDistVec< IT, IT > | LastNzRowIdxPerCol (const SpParMat< IT, NT, DER > &A) |
| template<class IT , class NT , class DER > | |
| SpParMat< IT, NT, DER > | FrontierMat (const SpParMat< IT, NT, DER > &A, const FullyDistSpVec< IT, IT > &sources, const NT &initval) |
| int | main (int argc, char *argv[]) |
| SpParMat< IT, NT, DER > FrontierMat | ( | const SpParMat< IT, NT, DER > & | A, |
| const FullyDistSpVec< IT, IT > & | sources, | ||
| const NT & | initval | ||
| ) |
Definition at line 68 of file KTipsTest.cpp.
Definition at line 23 of file KTipsTest.cpp.
Definition at line 76 of file KTipsTest.cpp.