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

Go to the source code of this file.

Functions

void METIS_EstimateMemory (int *nvtxs, idxtype *xadj, idxtype *adjncy, int *numflag, int *optype, int *nbytes)
 
void EstimateCFraction (int nvtxs, idxtype *xadj, idxtype *adjncy, float *vfraction, float *efraction)
 
int ComputeCoarseGraphSize (int nvtxs, idxtype *xadj, idxtype *adjncy, int cnvtxs, idxtype *cmap, idxtype *match, idxtype *perm)
 

Function Documentation

int ComputeCoarseGraphSize ( int  nvtxs,
idxtype xadj,
idxtype adjncy,
int  cnvtxs,
idxtype cmap,
idxtype match,
idxtype perm 
)

Definition at line 111 of file estmem.c.

Here is the call graph for this function:

void EstimateCFraction ( int  nvtxs,
idxtype xadj,
idxtype adjncy,
float *  vfraction,
float *  efraction 
)

Definition at line 66 of file estmem.c.

Here is the call graph for this function:

void METIS_EstimateMemory ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
int *  numflag,
int *  optype,
int *  nbytes 
)

Definition at line 22 of file estmem.c.

Here is the caller graph for this function: