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

Function prMoveR

libpolys/polys/prCopy.cc:90–99  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////// prMove

Source from the content-addressed store, hash-verified

88/////////////////////////////////////////////////////////////////////////
89// prMove
90poly prMoveR(poly &p, ring src_r, ring dest_r)
91{
92 poly res;
93 if (rField_has_simple_Alloc(dest_r))
94 res = pr_Move_NoREqual_NSimple_Sort(p, src_r, dest_r);
95 else
96 res = pr_Move_NoREqual_NoNSimple_Sort(p, src_r, dest_r);
97 p_Test(res, dest_r);
98 return res;
99}
100
101poly prMoveR_NoSort(poly &p, ring src_r, ring dest_r)
102{

Callers 7

sm_CallDetFunction · 0.85
idSectFunction · 0.85
idExtractG_T_SFunction · 0.85
idEliminationFunction · 0.85
idModuloLPFunction · 0.85
syReorderFunction · 0.85
sySchreyerResolventeFunction · 0.85

Calls 1

rField_has_simple_AllocFunction · 0.85

Tested by

no test coverage detected