Hitmap 1.3
|
#include <metis.h>
Go to the source code of this file.
Functions | |
void | AllocateWorkSpace (CtrlType *ctrl, GraphType *graph, int nparts) |
void | FreeWorkSpace (CtrlType *ctrl, GraphType *graph) |
int | WspaceAvail (CtrlType *ctrl) |
idxtype * | idxwspacemalloc (CtrlType *ctrl, int n) |
void | idxwspacefree (CtrlType *ctrl, int n) |
float * | fwspacemalloc (CtrlType *ctrl, int n) |
void | fwspacefree (CtrlType *ctrl, int n) |
GraphType * | CreateGraph (void) |
void | InitGraph (GraphType *graph) |
void | FreeGraph (GraphType *graph) |
void FreeGraph | ( | GraphType * | graph | ) |
void fwspacefree | ( | CtrlType * | ctrl, |
int | n | ||
) |