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

Go to the source code of this file.

Functions

void MCMatch_RM (CtrlType *ctrl, GraphType *graph)
 
void MCMatch_HEM (CtrlType *ctrl, GraphType *graph)
 
void MCMatch_SHEM (CtrlType *ctrl, GraphType *graph)
 
void MCMatch_SHEBM (CtrlType *ctrl, GraphType *graph, int norm)
 
void MCMatch_SBHEM (CtrlType *ctrl, GraphType *graph, int norm)
 
float BetterVBalance (int ncon, int norm, float *vwgt, float *u1wgt, float *u2wgt)
 
int AreAllVwgtsBelowFast (int ncon, float *vwgt1, float *vwgt2, float limit)
 

Function Documentation

int AreAllVwgtsBelowFast ( int  ncon,
float *  vwgt1,
float *  vwgt2,
float  limit 
)

Definition at line 496 of file mmatch.c.

float BetterVBalance ( int  ncon,
int  norm,
float *  vwgt,
float *  u1wgt,
float *  u2wgt 
)

Definition at line 435 of file mmatch.c.

void MCMatch_HEM ( CtrlType ctrl,
GraphType graph 
)

Definition at line 79 of file mmatch.c.

void MCMatch_RM ( CtrlType ctrl,
GraphType graph 
)

Definition at line 22 of file mmatch.c.

void MCMatch_SBHEM ( CtrlType ctrl,
GraphType graph,
int  norm 
)

Definition at line 333 of file mmatch.c.

void MCMatch_SHEBM ( CtrlType ctrl,
GraphType graph,
int  norm 
)

Definition at line 232 of file mmatch.c.

void MCMatch_SHEM ( CtrlType ctrl,
GraphType graph 
)

Definition at line 138 of file mmatch.c.