reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
718 total = isl_basic_set_total_dim(cone); 719 cone_dim = total - cone->n_eq; 721 M = isl_mat_sub_alloc6(bset->ctx, cone->eq, 0, cone->n_eq, 1, total); 730 bset = isl_basic_set_drop_constraints_involving(bset, total - cone_dim, 732 bset = isl_basic_set_drop_dims(bset, total - cone_dim, cone_dim); 735 Q = isl_mat_drop_rows(Q, 1 + total - cone_dim, cone_dim); 737 if (bset && bset->sample && bset->sample->size == 1 + total) 747 U = isl_mat_drop_cols(U, 1 + total - cone_dim, cone_dim);