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

Function idInsertPolyWithTests

kernel/ideals.h:75–78  ·  view source on GitHub ↗

inserts p in I on pos */

Source from the content-addressed store, hash-verified

73BOOLEAN idInsertPoly (ideal h1,poly h2); /* h1 + h2 */
74BOOLEAN idInsertPolyOnPos (ideal I,poly p,int pos); /* inserts p in I on pos */
75inline BOOLEAN idInsertPolyWithTests (ideal h1, const int validEntries, const poly h2, const bool zeroOk, const bool duplicateOk)
76{
77 return id_InsertPolyWithTests (h1, validEntries, h2, zeroOk, duplicateOk, currRing);
78}
79
80
81/* h1 + h2 */

Callers 4

getMinorIdeal_IntFunction · 0.85
getMinorIdeal_PolyFunction · 0.85
getMinorIdealCache_IntFunction · 0.85
getMinorIdealCache_PolyFunction · 0.85

Calls 1

id_InsertPolyWithTestsFunction · 0.85

Tested by

no test coverage detected