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

References

tools/polly/lib/External/isl/isl_equalities.c
  133 	U = isl_mat_alloc(B->ctx, B->n_col - 1, B->n_col - 1);
  134 	if (!U)
  136 	isl_seq_cpy(U->row[0], B->row[0] + 1, B->n_col - 1);
  137 	U = isl_mat_unimodular_complete(U, 1);
  137 	U = isl_mat_unimodular_complete(U, 1);
  138 	U = isl_mat_right_inverse(U);
  138 	U = isl_mat_right_inverse(U);
  139 	if (!U)
  141 	isl_mat_col_mul(U, 0, d->block.data[0], 0);
  142 	U = isl_mat_lin_to_aff(U);
  142 	U = isl_mat_lin_to_aff(U);
  143 	return U;