Definition at line 79 of file matrix-con.cpp.
80{
82 {
84 }
85 monomial d =
R->degree_monoid()->make_one();
86 const vec v = entries[i];
87 if (v !=
nullptr)
R->vec_multi_degree(
rows, v, d);
88 FreeModule *mutable_cols =
const_cast<FreeModule *
>(
cols);
90 R->degree_monoid()->remove(d);
91}
void change_degree(int i, const_monomial deg)
void INTERNAL_ERROR(const char *s,...)
References FreeModule::change_degree(), cols, cols_frozen, INTERNAL_ERROR(), monomial, R, and rows.
Referenced by compute_column_degrees().