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

Go to the source code of this file.

Functions

void CompressGraph (CtrlType *ctrl, GraphType *graph, int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *cptr, idxtype *cind)
 
void PruneGraph (CtrlType *ctrl, GraphType *graph, int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *iperm, float factor)
 

Function Documentation

void CompressGraph ( CtrlType ctrl,
GraphType graph,
int  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype cptr,
idxtype cind 
)

Definition at line 21 of file compress.c.

Here is the call graph for this function:

void PruneGraph ( CtrlType ctrl,
GraphType graph,
int  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype iperm,
float  factor 
)

Definition at line 160 of file compress.c.