COMBINATORIAL_BLAS  1.6
IndexingTest.cpp File Reference
#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <sstream>
#include "CombBLAS/CombBLAS.h"

Go to the source code of this file.

Functions

template<typename IT , typename NT >
pair< FullyDistVec< IT, IT >, FullyDistVec< IT, NT > > TopK (FullyDistSpVec< IT, NT > &v, IT k)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 60 of file IndexingTest.cpp.

◆ TopK()

template<typename IT , typename NT >
pair< FullyDistVec<IT,IT>, FullyDistVec<IT,NT> > TopK ( FullyDistSpVec< IT, NT > &  v,
IT  k 
)

Definition at line 42 of file IndexingTest.cpp.