Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Functions
largestComponent2Binary.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <set>
#include <vector>
#include <algorithm>
#include <queue>
Include dependency graph for largestComponent2Binary.cpp:

Go to the source code of this file.

Typedefs

typedef long long ord_type
 

Functions

void findLargestComponent (ord_type seed, ord_type inn, ord_type *inRowPtr, ord_type *inColInd, ord_type &outn, ord_type *outRowPtr, ord_type *outColInd)
 
int main (int argc, char *argv[])
 

Typedef Documentation

typedef long long ord_type

Definition at line 66 of file largestComponent2Binary.cpp.

Function Documentation

void findLargestComponent ( ord_type  seed,
ord_type  inn,
ord_type inRowPtr,
ord_type inColInd,
ord_type outn,
ord_type outRowPtr,
ord_type outColInd 
)

Definition at line 68 of file largestComponent2Binary.cpp.

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

Definition at line 173 of file largestComponent2Binary.cpp.