reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 U = isl_mat_alloc(B->ctx, B->n_col - 1, B->n_col - 1); 133 U = isl_mat_alloc(B->ctx, B->n_col - 1, B->n_col - 1); 133 U = isl_mat_alloc(B->ctx, B->n_col - 1, B->n_col - 1); 136 isl_seq_cpy(U->row[0], B->row[0] + 1, B->n_col - 1); 136 isl_seq_cpy(U->row[0], B->row[0] + 1, B->n_col - 1);