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

References

tools/polly/lib/External/isl/isl_mat.c
  724 	if (!mat)
  727 	ctx = isl_mat_get_ctx(mat);
  728 	nr = isl_mat_rows(mat);
  729 	nc = isl_mat_cols(mat);
  734 		if (isl_int_is_zero(mat->row[k][col]))
  736 		mat = isl_mat_cow(mat);
  736 		mat = isl_mat_cow(mat);
  737 		if (!mat)
  739 		isl_seq_elim(mat->row[k], mat->row[row], col, nc, NULL);
  739 		isl_seq_elim(mat->row[k], mat->row[row], col, nc, NULL);
  740 		isl_seq_normalize(ctx, mat->row[k], nc);
  743 	return mat;