reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2051 H = isl_mat_concat(mat1, mat2); 2052 H = isl_mat_left_hermite(H, 0, NULL, &Q); 2052 H = isl_mat_left_hermite(H, 0, NULL, &Q); 2053 if (!H || !Q) 2056 r1 = hermite_first_zero_col(H, 0, n1); 2057 r = hermite_first_zero_col(H, r1, H->n_row); 2057 r = hermite_first_zero_col(H, r1, H->n_row); 2062 isl_mat_free(H); 2065 isl_mat_free(H);