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

Function pLmFree

kernel/polys.h:70–70  ·  view source on GitHub ↗

frees the space of the monomial m, assumes m != NULL coef is not freed, m is not advanced

Source from the content-addressed store, hash-verified

68/// frees the space of the monomial m, assumes m != NULL
69/// coef is not freed, m is not advanced
70static inline void pLmFree(poly p) {p_LmFree(p, currRing);}
71/// like pLmFree, but advances p
72static inline void pLmFree(poly *p) {p_LmFree(p, currRing);}
73/// assumes p != NULL, deletes p, returns pNext(p)

Callers 15

jjCOEFFS2_KBFunction · 0.85
kInterRedCCFunction · 0.85
subexpr.ccFile · 0.85
fglmEliminateMonomialsFunction · 0.85
kDeleteLcmFunction · 0.85
bbafacFunction · 0.85
kVerify1Function · 0.85
kVerify2Function · 0.85
k_sca_gr_bbaFunction · 0.85
k_sca_bbaFunction · 0.85
k_sca_moraFunction · 0.85
bbaFunction · 0.85

Calls 1

p_LmFreeFunction · 0.85

Tested by

no test coverage detected