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

Function idrShallowCopyR_NoSort

libpolys/polys/prCopy.cc:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225ideal idrShallowCopyR_NoSort(ideal id, ring src_r, ring dest_r)
226{
227 return idrCopy(id, src_r, dest_r, pr_Copy_NoREqual_NSimple_NoSort);
228}
229
230/////////////////////////////////////////////////////////////////////////
231// idrMove

Callers

nothing calls this directly

Calls 1

idrCopyFunction · 0.85

Tested by

no test coverage detected