reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_affine_hull.c
 1093 	A = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 1 + total + n_known, n_col);
 1094 	A = isl_mat_left_hermite(A, 0, NULL, NULL);
 1094 	A = isl_mat_left_hermite(A, 0, NULL, NULL);
 1095 	A = isl_mat_drop_cols(A, n, n_col - n);
 1095 	A = isl_mat_drop_cols(A, n, n_col - n);
 1096 	A = isl_mat_lin_to_aff(A);
 1096 	A = isl_mat_lin_to_aff(A);
 1097 	A = isl_mat_right_inverse(A);
 1097 	A = isl_mat_right_inverse(A);
 1100 	M = isl_mat_product(A, B);