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

Function PrintRing

libpolys/tests/polys_test.h:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56{
57
58 void PrintRing(const ring r)
59 {
60 rWrite(r); PrintLn();
61 #ifdef RDEBUG
62 rDebugPrint(r); PrintLn();
63 #endif
64 }
65
66 static inline std::string _2S(poly a, const ring r)
67 {

Callers 11

test_Z13_tMethod · 0.70
test_QQ_tMethod · 0.70
test_Z11_x_y_zMethod · 0.70
test_QQ_x_y_zMethod · 0.70
test_Z13_t_GFMethod · 0.70
test_Q_Ext_aMethod · 0.70
test_Q_Ext_bMethod · 0.70
test_Z_17_Ext_aMethod · 0.70
test_Q_Ext_s_tMethod · 0.70

Calls 3

rWriteFunction · 0.85
rDebugPrintFunction · 0.85
PrintLnFunction · 0.50

Tested by

no test coverage detected