Home
last modified time | relevance | path

Searched refs:MODRESULTANT (Results 1 – 5 of 5) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.h257 extern int MODRESULTANT; // lowest degree for modular resultant
H A Dthreaded.cc123 return MODRESULTANT; in _modresultant()
127 MODRESULTANT=g.val; in _modresultant()
128 return MODRESULTANT; in _modresultant()
H A Dgausspol.cc2940 if (P.dim==1 && p.lexsorted_degree()>MODRESULTANT && q.lexsorted_degree()>MODRESULTANT){ in subresultant()
H A Dglobal.cc1927 int MODRESULTANT=20; variable
H A Dmodpoly.cc9973 P.size()>MODRESULTANT && Q.size()>MODRESULTANT && is_integer_vecteur(P) && is_integer_vecteur(Q)) in mod_gcd_c()