Go to the source code of this file.
|
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) |
|
int AreAllVwgtsBelowFast |
( |
int |
ncon, |
|
|
float * |
vwgt1, |
|
|
float * |
vwgt2, |
|
|
float |
limit |
|
) |
| |
float BetterVBalance |
( |
int |
ncon, |
|
|
int |
norm, |
|
|
float * |
vwgt, |
|
|
float * |
u1wgt, |
|
|
float * |
u2wgt |
|
) |
| |