Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
inline PolyImpl operator+(const PolyImpl &p1, const PolyImpl& p2)
214
{
215
PolyImpl erg(p1);
216
erg+=p2;
217
return erg;
218
}
219
inline PolyImpl operator*(const PolyImpl &p1, const PolyImpl& p2)
220
{
221
PolyImpl erg(p1);
Callers
nothing calls this directly
Calls
3
PolyImpl
Class · 0.70
get
Method · 0.45
getRing
Method · 0.45
Tested by
no test coverage detected