
Go to the source code of this file.
Functions | |
| GK_MKBLAS (i, GK_MKBLAS(idx_t, GK_MKBLAS(idx_t) | |
| void | isortd (size_t n, idx_t *base) |
| void | rsorti (size_t n, real_t *base) |
| void | rsortd (size_t n, real_t *base) |
| void | ikvsorti (size_t n, ikv_t *base) |
| void | ikvsortii (size_t n, ikv_t *base) |
| void | ikvsortd (size_t n, ikv_t *base) |
| void | rkvsorti (size_t n, rkv_t *base) |
| void | rkvsortd (size_t n, rkv_t *base) |
| void | uvwsorti (size_t n, uvw_t *base) |
Functions for printing various statistics for the computed partitionings and orderings.
$Id: gklib.c 10395 2011-06-23 23:28:06Z karypis $
$Id: stat.c 10046 2011-06-01 14:13:40Z karypis $
Definition in file gklib.c.
| GK_MKBLAS | ( | i | , | |
| GK_MKBLAS( | idx_t, | |||
| GK_MKBLAS( | idx_t | |||
| ) |
| void ikvsorti | ( | size_t | n, | |
| ikv_t * | base | |||
| ) |
Definition at line 78 of file gklib.c.
Referenced by CompressGraph(), EliminateSubDomainEdges(), and Match_2HopAll().

| void ikvsortd | ( | size_t | n, | |
| ikv_t * | base | |||
| ) |
Definition at line 93 of file gklib.c.
Referenced by EliminateSubDomainEdges().

| void rkvsortd | ( | size_t | n, | |
| rkv_t * | base | |||
| ) |
Definition at line 107 of file gklib.c.
Referenced by EliminateComponents().

Definition at line 114 of file gklib.c.
Referenced by FixGraph().

1.5.5