Home
last modified time | relevance | path

Searched refs:p_GetMaxExpL (Results 1 – 3 of 3) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h741 unsigned long p_GetMaxExpL(poly p, const ring r, unsigned long l_max = 0);
772 return p_GetMaxExp(p_GetMaxExpL(p, r), r); in p_GetMaxExp()
H A Dp_polys.cc1170 unsigned long p_GetMaxExpL(poly p, const ring r, unsigned long l_max) in p_GetMaxExpL() function
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkutil.cc11315 l = p_GetMaxExpL(strat->L[i].p, currRing, l); in kStratInitChangeTailRing()
11320 l = p_GetMaxExpL(strat->T[i].p, currRing, l); in kStratInitChangeTailRing()