MCPcopy 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
573void WriteLPExpV(int *expV, ring ri)
574{
575 char *s = LPExpVString(expV, ri);
576 PrintS(s);
577 omFree(s);
578}
579
580char* LPExpVString(int *expV, ring ri)
581{

Callers 2

p_LPExpVappendFunction · 0.85
p_LPExpVprependFunction · 0.85

Calls 2

LPExpVStringFunction · 0.85
PrintSFunction · 0.85

Tested by

no test coverage detected