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

References

tools/polly/lib/External/isl/isl_mat.c
 1127 	inv = isl_mat_identity(mat->ctx, mat->n_col);
 1128 	inv = isl_mat_cow(inv);
 1128 	inv = isl_mat_cow(inv);
 1129 	if (!inv)
 1144 			exchange(mat, &inv, NULL, row, pivot, row);
 1146 			oppose(mat, &inv, NULL, row, row);
 1153 			subtract(mat, &inv, NULL, row, row, first, a);
 1155 				exchange(mat, &inv, NULL, row, row, first);
 1167 			isl_mat_col_combine(inv, i, a, i, b, row);
 1183 		isl_mat_col_scale(inv, row, mat->row[row][row]);
 1189 	return inv;
 1192 	isl_mat_free(inv);