reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1213 transpose = isl_mat_alloc(mat->ctx, mat->n_col, mat->n_row); 1214 if (!transpose) 1218 isl_int_set(transpose->row[j][i], mat->row[i][j]); 1220 return transpose;