Lines Matching defs:matrix
239 * allocate an i X i matrix of size_t
243 matrix(int i)
252 error(ERROR_SYSTEM|3, "out of space [%d X %d matrix]", i, i);
828 siz = matrix(row);
837 * fill in the pair compression size matrix
1142 error(ERROR_SYSTEM|3, "out of space [%d X %d cost matrix]", row, row);
1150 apart = matrix(row);
1151 together = matrix(row);
1154 * compute the Tsp_cost_t matrix
1158 sfprintf(sfstderr, "compute the tsp cost matrix\n");
1265 * fill in the field compress value matrix
1751 val = matrix(row);