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

Function ipPrint_INTVEC

Singular/ipprint.cc:30–35  ·  view source on GitHub ↗

2 * print for: int, string, poly, vector, ideal */ 2 * print for: intvec */

Source from the content-addressed store, hash-verified

28* print for: intvec
29*/
30static BOOLEAN ipPrint_INTVEC(intvec* v)
31{
32 v->show();
33 PrintLn();
34 return FALSE;
35}
36
37/*2
38* print for: intmat

Callers 1

jjPRINTFunction · 0.85

Calls 2

PrintLnFunction · 0.50
showMethod · 0.45

Tested by

no test coverage detected