Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_t
Method · 0.70
test_QQ_t
Method · 0.70
test_Z11_x_y_z
Method · 0.70
test_QQ_x_y_z
Method · 0.70
test_Z13_t_GF
Method · 0.70
test_Q_Ext_a
Method · 0.70
test_Q_Ext_b
Method · 0.70
test_Z_17_Ext_a
Method · 0.70
test_Q_Ext_s_t
Method · 0.70
test_Q_Ext_Performance
Method · 0.70
test_Q_Ext_s_t_NestedFractions
Method · 0.70
Calls
3
rWrite
Function · 0.85
rDebugPrint
Function · 0.85
PrintLn
Function · 0.50
Tested by
no test coverage detected