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

Function prShallowCopyR

libpolys/polys/prCopy.cc:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117poly prShallowCopyR(poly p, ring r, ring dest_r)
118{
119 return pr_Copy_NoREqual_NSimple_Sort(p, r, dest_r);
120}
121
122/////////////////////////////////////////////////////////////////////////
123// prHead

Callers 1

maMap_CreatePolyIdealFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected