Loading...
Searching...
No Matches
Go to the documentation of this file.
8#include "CombBLAS/CombBLAS.h"
24 cout <<
"Usage: ./VectorIndexing <BASEADDRESS> <VectorOne> <VectorTwo>" <<
endl;
25 cout <<
"Example: ./VectorIndexing ../TESTDATA sp10outta100.txt sp30outta100.txt" <<
endl;
26 cout <<
"Input files should be under <BASEADDRESS> in tuples format" <<
endl;
45 cout <<
"One of the input vector files do not exist, aborting" <<
endl;
56 vec1.PrintInfo(
"vec1");
58 vec2.PrintInfo(
"vec2");
63 dvec.PrintInfo(
"dvec");
73 for(
int i=0; i<12; i+=3)
vecA.SetElement(i,i);