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

Function operator*

Singular/dyn_modules/python/Poly.h:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 return erg;
218}
219inline PolyImpl operator*(const PolyImpl &p1, const PolyImpl& p2)
220{
221 PolyImpl erg(p1);
222 erg*=p2;
223 return erg;
224}
225inline PolyImpl operator-(const PolyImpl &p1, const PolyImpl& p2)
226{
227 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