Searched refs:hermite_first_zero_col (Results 1 – 1 of 1) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_mat.c | 836 static int hermite_first_zero_col(__isl_keep isl_mat *H, int first_col, in hermite_first_zero_col() function 863 rank = hermite_first_zero_col(H, 0, H->n_row); in isl_mat_rank() 879 rank = hermite_first_zero_col(mat, 0, mat->n_row); in isl_mat_right_kernel() 2065 r1 = hermite_first_zero_col(H, 0, n1); in isl_mat_row_basis_extension() 2066 r = hermite_first_zero_col(H, r1, H->n_row); in isl_mat_row_basis_extension()
|