MCPcopy Create free account
hub / github.com/Singular/Singular / p_Write

Function p_Write

libpolys/polys/polys0.cc:342–346  ·  view source on GitHub ↗

2 * writes a polynomial p to stdout followed by \n */

Source from the content-addressed store, hash-verified

340* writes a polynomial p to stdout followed by \n
341*/
342void p_Write(poly p, ring lmRing, ring tailRing)
343{
344 p_Write0(p, lmRing, tailRing);
345 PrintLn();
346}
347
348#if !defined(__OPTIMIZE__) || defined(KDEBUG)
349/*2

Callers 15

singclap_extgcdFunction · 0.70
iiWriteMatrixFunction · 0.70
_2SFunction · 0.70
DBTestFunction · 0.50
_2SFunction · 0.50
checkInverseMethod · 0.50
test_Q_Ext_bMethod · 0.50
jjMINPOLYFunction · 0.50
DumpRhsFunction · 0.50
printMethod · 0.50
z_WriteFunction · 0.50

Calls 2

p_Write0Function · 0.70
PrintLnFunction · 0.50

Tested by 6

_2SFunction · 0.56
_2SFunction · 0.40
checkInverseMethod · 0.40
test_Q_Ext_bMethod · 0.40
test_nFunction · 0.40