MCPcopy Create free account
hub / github.com/Singular/Singular / operator+

Function operator+

Singular/dyn_modules/python/Poly.h:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211};
212
213inline PolyImpl operator+(const PolyImpl &p1, const PolyImpl& p2)
214{
215 PolyImpl erg(p1);
216 erg+=p2;
217 return erg;
218}
219inline PolyImpl operator*(const PolyImpl &p1, const PolyImpl& p2)
220{
221 PolyImpl erg(p1);

Callers

nothing calls this directly

Calls 3

PolyImplClass · 0.70
getMethod · 0.45
getRingMethod · 0.45

Tested by

no test coverage detected