
Go to the source code of this file.
Functions | |
| void | ComputePartitionInfo (GraphType *graph, int nparts, idxtype *where) |
| void | ComputePartitionInfoBipartite (GraphType *graph, int nparts, idxtype *where) |
| void | ComputePartitionBalance (GraphType *graph, int nparts, idxtype *where, floattype *ubvec) |
| floattype | ComputeElementBalance (int ne, int nparts, idxtype *where) |
| void | Moc_ComputePartitionBalance (GraphType *graph, int nparts, idxtype *where, floattype *ubvec) |
Definition at line 21 of file stat.c.
References graphdef::adjncy, graphdef::adjwgt, ComputeCut(), ComputeVolume(), free(), GKfree(), idxamax(), idxamax_strd(), idxamin(), idxset(), idxsmalloc(), idxsum(), idxsum_strd(), IsConnectedSubdomain(), graphdef::ncon, graphdef::nvtxs, printf(), graphdef::vwgt, graphdef::where, and graphdef::xadj.
Referenced by MCMlevelKWayPartitioning(), MlevelKWayPartitioning(), and MlevelVolKWayPartitioning().
Definition at line 130 of file stat.c.
References graphdef::adjncy, graphdef::adjwgt, ComputeCut(), ComputeVolume(), free(), GKfree(), idxamax(), idxamax_strd(), idxamin(), idxset(), idxsmalloc(), idxsum(), idxsum_strd(), graphdef::ncon, graphdef::nvtxs, printf(), graphdef::vsize, graphdef::vwgt, and graphdef::xadj.
Definition at line 235 of file stat.c.
References free(), idxamax(), idxset(), idxsmalloc(), idxsum(), graphdef::ncon, graphdef::nvtxs, and graphdef::vwgt.
| void Moc_ComputePartitionBalance | ( | GraphType * | graph, | |
| int | nparts, | |||
| idxtype * | where, | |||
| floattype * | ubvec | |||
| ) |
Definition at line 293 of file stat.c.
References fmalloc(), free(), graphdef::ncon, graphdef::nvtxs, graphdef::nvwgt, samax(), sset(), and ssum().
1.5.5