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

Go to the source code of this file.

Functions

void FM_2WayNodeRefine (CtrlType *ctrl, GraphType *graph, float ubfactor, int npasses)
 
void FM_2WayNodeRefine2 (CtrlType *ctrl, GraphType *graph, float ubfactor, int npasses)
 
void FM_2WayNodeRefineEqWgt (CtrlType *ctrl, GraphType *graph, int npasses)
 
void FM_2WayNodeRefine_OneSided (CtrlType *ctrl, GraphType *graph, float ubfactor, int npasses)
 
void FM_2WayNodeBalance (CtrlType *ctrl, GraphType *graph, float ubfactor)
 
int ComputeMaxNodeGain (int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vwgt)
 

Function Documentation

◆ ComputeMaxNodeGain()

int ComputeMaxNodeGain ( int  nvtxs,
idxtype xadj,
idxtype adjncy,
idxtype vwgt 
)

◆ FM_2WayNodeBalance()

◆ FM_2WayNodeRefine()

◆ FM_2WayNodeRefine2()

◆ FM_2WayNodeRefine_OneSided()

◆ FM_2WayNodeRefineEqWgt()