reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
265 if (!bset) 268 isl_assert(bset->ctx, isl_basic_set_dim(bset, isl_dim_div) == 0, 268 isl_assert(bset->ctx, isl_basic_set_dim(bset, isl_dim_div) == 0, 271 nvar = isl_basic_set_dim(bset, isl_dim_set); 273 return isl_factorizer_identity(bset); 275 H = isl_mat_alloc(bset->ctx, bset->n_eq + bset->n_ineq, nvar); 275 H = isl_mat_alloc(bset->ctx, bset->n_eq + bset->n_ineq, nvar); 275 H = isl_mat_alloc(bset->ctx, bset->n_eq + bset->n_ineq, nvar); 278 isl_mat_sub_copy(bset->ctx, H->row, bset->eq, bset->n_eq, 278 isl_mat_sub_copy(bset->ctx, H->row, bset->eq, bset->n_eq, 278 isl_mat_sub_copy(bset->ctx, H->row, bset->eq, bset->n_eq, 279 0, 1 + isl_space_offset(bset->dim, isl_dim_set), nvar); 280 isl_mat_sub_copy(bset->ctx, H->row + bset->n_eq, bset->ineq, bset->n_ineq, 280 isl_mat_sub_copy(bset->ctx, H->row + bset->n_eq, bset->ineq, bset->n_ineq, 280 isl_mat_sub_copy(bset->ctx, H->row + bset->n_eq, bset->ineq, bset->n_ineq, 280 isl_mat_sub_copy(bset->ctx, H->row + bset->n_eq, bset->ineq, bset->n_ineq, 281 0, 1 + isl_space_offset(bset->dim, isl_dim_set), nvar); 295 return isl_factorizer_identity(bset); 309 isl_die(bset->ctx, isl_error_internal, 319 f = isl_factorizer_groups(bset, Q, U, n, g.pos);