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

Function pString

kernel/polys.h:306–306  ·  view source on GitHub ↗

let's inline those, so that we can call them from the debugger

Source from the content-addressed store, hash-verified

304
305// let's inline those, so that we can call them from the debugger
306inline char* pString(poly p) {return p_String(p, currRing, currRing);}
307inline void pString0(poly p) {p_String0(p, currRing, currRing);}
308inline void pWrite(poly p) {p_Write(p, currRing, currRing);}
309inline void pWrite0(poly p) {p_Write0(p, currRing, currRing);}

Callers 14

idStringFunction · 0.85
testsvdFunction · 0.85
StringMethod · 0.85
ipPrint_MA0Function · 0.85
ipPrint_VFunction · 0.85
slWriteAsciiFunction · 0.85
print_spolyFunction · 0.85
print_syzFunction · 0.85
toStringMethod · 0.85
printNumberFunction · 0.85
printMatrixFunction · 0.85
printSolutionsFunction · 0.85

Calls 1

p_StringFunction · 0.50

Tested by

no test coverage detected