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

Function idrCopyR

libpolys/polys/prCopy.cc:192–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192ideal idrCopyR(ideal id, ring src_r, ring dest_r)
193{
194 assume(src_r->cf==dest_r->cf);
195 ideal res;
196 prCopyProc_t prproc;
197 if (rField_has_simple_Alloc(dest_r))
198 prproc = pr_Copy_NoREqual_NSimple_Sort;
199 else
200 prproc = pr_Copy_NoREqual_NoNSimple_Sort;
201 res = idrCopy(id, src_r, dest_r, prproc);
202 return res;
203}
204
205ideal idrCopyR_NoSort(ideal id, ring src_r, ring dest_r)
206{

Callers 11

sm_CallDetFunction · 0.85
sm_CallBareissFunction · 0.85
sm_CallSolvFunction · 0.85
jiA_QRINGFunction · 0.85
rComposeFunction · 0.85
idSectWithElimFunction · 0.85
idEliminationFunction · 0.85
idMinorsFunction · 0.85
id_Sat_principalFunction · 0.85
syKoszFunction · 0.85

Calls 2

rField_has_simple_AllocFunction · 0.85
idrCopyFunction · 0.85

Tested by

no test coverage detected