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

Function idCopy

kernel/ideals.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53#define id_DBCopy(A,r) idDBCopy(A,__FILE__,__LINE__,r)
54
55inline ideal idCopy(ideal A)
56{
57 return id_DBCopy(A,currRing); // well, just for now... ok? Macros can't have default args values :(
58}
59#else
60inline ideal idCopy(ideal A)
61{

Callers 15

jjRESFunction · 0.85
jjIDEAL_RFunction · 0.85
jjJET4Function · 0.85
jjREDUCE4Function · 0.85
jjREDUCE5Function · 0.85
middleOfConeFunction · 0.85
MwalkAltFunction · 0.85
MwalkFunction · 0.85
MrwalkFunction · 0.85
MpwalkFunction · 0.85
MprwalkFunction · 0.85
rec_fractal_callFunction · 0.85

Calls 1

id_CopyFunction · 0.85

Tested by

no test coverage detected