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
}
BRP::addition
void addition(const BRP &other, monomials::iterator pos)
Definition
franzi-brp.cpp:27
BRP::m
monomials m
Definition
franzi-brp.hpp:87
References
addition()
,
BRP()
, and
m
.
BRP
Generated on
for Macaulay2 Engine by
1.15.0