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

Function idAdd

kernel/ideals.h:68–71  ·  view source on GitHub ↗

h1 + h2

Source from the content-addressed store, hash-verified

66
67/// h1 + h2
68inline ideal idAdd (ideal h1, ideal h2)
69{
70 return id_Add(h1, h2, currRing);
71}
72
73BOOLEAN idInsertPoly (ideal h1,poly h2); /* h1 + h2 */
74BOOLEAN idInsertPolyOnPos (ideal I,poly p,int pos); /* inserts p in I on pos */

Callers 7

jjPLUS_IDFunction · 0.85
qringaddFunction · 0.85
idsrRingFunction · 0.85
complementsimplexFunction · 0.85
completeReduceFacFunction · 0.85
bbafacFunction · 0.85
F5mainFunction · 0.85

Calls 1

id_AddFunction · 0.85

Tested by

no test coverage detected