reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1270 if (!left || !right) 1272 isl_assert(left->ctx, left->n_col == right->n_row, goto error); 1272 isl_assert(left->ctx, left->n_col == right->n_row, goto error); 1273 prod = isl_mat_alloc(left->ctx, left->n_row, right->n_col); 1273 prod = isl_mat_alloc(left->ctx, left->n_row, right->n_col); 1276 if (left->n_col == 0) { 1279 isl_mat_free(left); 1286 left->row[i][0], right->row[0][j]); 1287 for (k = 1; k < left->n_col; ++k) { 1288 if (isl_int_is_zero(left->row[i][k])) 1292 left->row[i][k], right->row[k][j]); 1295 isl_mat_free(left); 1299 isl_mat_free(left);