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

References

tools/polly/lib/External/isl/isl_mat.c
  868 	mat = isl_mat_left_hermite(mat, 0, &U, NULL);
  869 	if (!mat || !U)
  873 	K = isl_mat_alloc(U->ctx, U->n_row, U->n_col - rank);
  873 	K = isl_mat_alloc(U->ctx, U->n_row, U->n_col - rank);
  873 	K = isl_mat_alloc(U->ctx, U->n_row, U->n_col - rank);
  876 	isl_mat_sub_copy(K->ctx, K->row, U->row, U->n_row, 0, rank, U->n_col-rank);
  876 	isl_mat_sub_copy(K->ctx, K->row, U->row, U->n_row, 0, rank, U->n_col-rank);
  876 	isl_mat_sub_copy(K->ctx, K->row, U->row, U->n_row, 0, rank, U->n_col-rank);
  878 	isl_mat_free(U);
  882 	isl_mat_free(U);