Home
last modified time | relevance | path

Searched refs:p_LDeg (Results 1 – 2 of 2) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dsyz0.cc212 totalS[j] = p_LDeg(S[j],&k,currRing); in sySchreyersSyzygiesFM()
322 totalToRed = p_LDeg(toRed,&kk,currRing); in sySchreyersSyzygiesFM()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h381 static inline long p_LDeg(const poly p, int *l, const ring r) { return r->pLDeg(p,l,r); } in p_LDeg() function