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

◆ operator+()

BRP & BRP::operator+ ( const BRP & other)

Definition at line 57 of file franzi-brp.cpp.

58{ // careful here!
59 addition(other, m.begin());
60 return *this;
61 // a+b changes a, and return a reference to a ( which is now equal to a+b)
62}
void addition(const BRP &other, monomials::iterator pos)
monomials m

References addition(), BRP(), and m.