Home
last modified time | relevance | path

Searched refs:p_OneComp (Results 1 – 4 of 4) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dpolys.h302 #define pOneComp(p) p_OneComp(p, currRing)
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h78 BOOLEAN p_OneComp(poly p, const ring r);
H A Dp_polys.cc1203 BOOLEAN p_OneComp(poly p, const ring r) in p_OneComp() function
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkutil.cc350 if(p_GetComp(p, r) != 0 && !p_OneComp(p, r)) return; in cancelunit()