ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
mlkkm.c File Reference
#include "metisLib/metis.h"
Include dependency graph for mlkkm.c:

Go to the source code of this file.

Functions

void MLKKM_PartGraphKway (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, int *chainlength, int *options, int *edgecut, idxtype *part, int levels)
 
void MLKKM_WPartGraphKway (int *nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, int *chainlength, float *tpwgts, int *options, int *edgecut, idxtype *part, int levels)
 
int MLKKMPartitioning (CtrlType *ctrl, GraphType *graph, int nparts, int chain_length, idxtype *part, float *tpwgts, float ubfactor)
 

Variables

int spectral_initialization
 

Function Documentation

◆ MLKKM_PartGraphKway()

void MLKKM_PartGraphKway ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  wgtflag,
int *  numflag,
int *  nparts,
int *  chainlength,
int *  options,
int *  edgecut,
idxtype part,
int  levels 
)

Definition at line 23 of file mlkkm.c.

References fmalloc, and MLKKM_WPartGraphKway().

◆ MLKKM_WPartGraphKway()

void MLKKM_WPartGraphKway ( int *  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt,
idxtype adjwgt,
int *  wgtflag,
int *  numflag,
int *  nparts,
int *  chainlength,
float *  tpwgts,
int *  options,
int *  edgecut,
idxtype part,
int  levels 
)

◆ MLKKMPartitioning()

Variable Documentation

◆ spectral_initialization

int spectral_initialization
extern

Definition at line 2 of file metis.c.

Referenced by MLKKMPartitioning().