Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ WriteLPExpV
Function
WriteLPExpV
libpolys/polys/shiftop.cc:573–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
void WriteLPExpV(int *expV, ring ri)
574
{
575
char *s = LPExpVString(expV, ri);
576
PrintS(s);
577
omFree(s);
578
}
579
580
char* LPExpVString(int *expV, ring ri)
581
{
Callers
2
p_LPExpVappend
Function · 0.85
p_LPExpVprepend
Function · 0.85
Calls
2
LPExpVString
Function · 0.85
PrintS
Function · 0.85
Tested by
no test coverage detected