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

/haiku-buildtools/isl/
H A Disl_equalities.c89 M = isl_mat_left_hermite(M, 0, &U, NULL);
190 A = isl_mat_left_hermite(A, 0, NULL, NULL);
362 T = isl_mat_left_hermite(T, 0, NULL, NULL);
418 A = isl_mat_left_hermite(A, 0, NULL, NULL);
487 H = isl_mat_left_hermite(H, 0, &U, T2);
644 H = isl_mat_left_hermite(H, 0, &U, NULL);
H A Dbasis_reduction_templ.c343 eq = isl_mat_left_hermite(eq, 0, NULL, &tab->basis);
H A Disl_sample.c235 bounds = isl_mat_left_hermite(bounds, 1, &U, NULL);
341 eq = isl_mat_left_hermite(eq, 0, NULL, &Q);
1072 M = isl_mat_left_hermite(M, 0, &U, NULL);
1218 eq = isl_mat_left_hermite(eq, 0, &U, &Q);
H A Disl_factorization.c282 H = isl_mat_left_hermite(H, 0, &U, &Q);
H A Disl_affine_hull.c929 M = isl_mat_left_hermite(M, 0, &U, &Q);
1282 A = isl_mat_left_hermite(A, 0, NULL, NULL);
H A Disl_mat.c537 struct isl_mat *isl_mat_left_hermite(struct isl_mat *M, int neg, function
621 mat = isl_mat_left_hermite(mat, 0, &U, NULL);
1465 H = isl_mat_left_hermite(isl_mat_copy(M), 0, NULL, &Q);
H A Disl_morph.c404 H = isl_mat_left_hermite(H, 0, &U, &Q);
H A Disl_vertices.c229 H = isl_mat_left_hermite(isl_mat_copy(mat), 0, NULL, NULL);
H A Disl_convex_hull.c1044 M = isl_mat_left_hermite(M, 0, &U, &Q);
H A Disl_schedule.c1170 H = isl_mat_left_hermite(H, 0, &U, &Q);
/haiku-buildtools/isl/include/isl/
H A Dmat.h63 struct isl_mat *isl_mat_left_hermite(struct isl_mat *M,

Completed in 103 milliseconds