Macaulay2 Engine
Loading...
Searching...
No Matches

◆ change_coefficient()

void MonomialTableZZ::change_coefficient ( mon_term * t,
mpz_srcptr new_coeff,
int new_id )

Definition at line 392 of file montableZZ.cpp.

395{
396 t->_coeff = new_coeff; // WARNING: new_coeff had better outlive the use of this element.
397 t->_val = new_id;
398}

References MonomialTableZZ::mon_term::_coeff, and MonomialTableZZ::mon_term::_val.