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

◆ operator*=() [2/2]

const MonomDL & BIBasis::MonomDL::operator*= ( MonomDL::Integer var)
inline

Definition at line 265 of file monomDL.hpp.

266 {
267 MultiplyBy(var);
268 return *this;
269 }
void MultiplyBy(Integer var)
Definition monomDL.hpp:232

References MonomDL(), MultiplyBy(), and operator*=().

Referenced by operator*=(), and operator*=().