Go to the source code of this file.
Functions | |
void | ComputePartitionInfoBipartite (graph_t *graph, idx_t nparts, idx_t *where) |
void | ComputePartitionBalance (graph_t *graph, idx_t nparts, idx_t *where, real_t *ubvec) |
real_t | ComputeElementBalance (idx_t ne, idx_t nparts, idx_t *where) |
Definition at line 21 of file stat.c.
References graph_t::adjncy, adjncy, graph_t::adjwgt, adjwgt, ComputeCut(), ComputeVolume(), gk_free(), iargmax_strd(), graph_t::ncon, ncon, graph_t::nvtxs, graph_t::vsize, vsize, graph_t::vwgt, vwgt, graph_t::xadj, and xadj.
Definition at line 125 of file stat.c.
References gk_free(), graph_t::ncon, ncon, graph_t::nvtxs, graph_t::vwgt, and vwgt.