reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1836 if (!mat) 1838 if (row >= mat->n_row) 1839 isl_die(mat->ctx, isl_error_invalid, "row out of range", 1842 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col); 1842 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col); 1845 isl_seq_cpy(v->el, mat->row[row], mat->n_col); 1845 isl_seq_cpy(v->el, mat->row[row], mat->n_col);