Searched refs:facets (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_vertices.c247 * rows in "facets"?
249 static int is_independent(__isl_keep isl_mat *facets, int n, isl_int *f) argument
253 if (isl_seq_first_non_zero(f, facets->n_col) < 0)
256 isl_seq_cpy(facets->row[n], f, facets->n_col);
257 facets->n_row = n + 1;
258 rank = isl_mat_rank(facets);
266 * reflected by facets in "tab", the rows of "facets" and the earlier
281 struct isl_tab *tab, __isl_keep isl_mat *facets, in
280 can_select(__isl_keep isl_basic_set *bset, int level, struct isl_tab *tab, __isl_keep isl_mat *facets, int selected, int *selection) argument
399 isl_mat *facets = NULL; local
[all...]

Completed in 74 milliseconds