Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
stat.c File Reference
#include <metis.h>
Include dependency graph for stat.c:

Go to the source code of this file.

Functions

void ComputePartitionInfo (GraphType *graph, int nparts, idxtype *where)
 
void ComputePartitionInfoBipartite (GraphType *graph, int nparts, idxtype *where)
 
void ComputePartitionBalance (GraphType *graph, int nparts, idxtype *where, float *ubvec)
 
float ComputeElementBalance (int ne, int nparts, idxtype *where)
 

Function Documentation

float ComputeElementBalance ( int  ne,
int  nparts,
idxtype where 
)

Definition at line 270 of file stat.c.

void ComputePartitionBalance ( GraphType graph,
int  nparts,
idxtype where,
float *  ubvec 
)

Definition at line 235 of file stat.c.

void ComputePartitionInfo ( GraphType graph,
int  nparts,
idxtype where 
)

Definition at line 21 of file stat.c.

Here is the call graph for this function:

void ComputePartitionInfoBipartite ( GraphType graph,
int  nparts,
idxtype where 
)

Definition at line 130 of file stat.c.

Here is the call graph for this function: