/dports/math/singular/Singular-Release-4-2-1/factory/ |
H A D | facAbsFact.cc | 111 if (totaldegree (factors.getFirst()) > totaldegree (factors.getLast())) in RothsteinTrager() 126 int s= totaldegree (F)/totaldegree (H); in RothsteinTrager() 505 if (totaldegree(iter.getItem())*degree(getMipo(v)) == totaldegree (G)) in absFactorizeMain() 600 if (totaldegree(iter.getItem())*degree (getMipo (v)) == totaldegree (G)) in absFactorizeMain() 917 if (totaldegree (iter.getItem())*degree (getMipo (v)) == totaldegree (G)) in absFactorizeMain()
|
H A D | cf_ops.cc | 523 int totaldegree ( const CanonicalForm & f ) in totaldegree() function 536 if ( (dummy = totaldegree( i.coeff() ) + i.exp()) > cdeg ) in totaldegree() 554 totaldegree ( const CanonicalForm & f, const Variable & v1, const Variable & v2 ) in totaldegree() function 573 if ( (dummy = totaldegree( i.coeff(), v1, v2 )) > cdeg ) in totaldegree() 585 if ( (dummy = totaldegree( i.coeff(), v1, v2 ) + i.exp()) > cdeg ) in totaldegree()
|
H A D | cf_factor.cc | 316 int maxdeg=totaldegree(f), deg; in homogenize() 323 deg = totaldegree(elem); in homogenize() 332 int maxdeg=totaldegree(f), deg; in homogenize() 339 deg = totaldegree(elem); in homogenize() 356 int maxdeg=totaldegree(f), deg; in homogenize() 363 deg = totaldegree(elem); in homogenize() 372 int maxdeg=totaldegree(f), deg; in homogenize() 379 deg = totaldegree(elem,v1,v2); in homogenize()
|
H A D | facAbsBiFact.cc | 155 if (totaldegree (Fp) == tdegF && in choosePoint() 177 if (totaldegree (Fp) == tdegF && in choosePoint() 283 int minTdeg, tdegF= totaldegree (F); in absBiFactorizeMain() 360 minTdeg= totaldegree (smallestFactor); in absBiFactorizeMain() 366 (totaldegree (iter.getItem().factor()) < minTdeg)) in absBiFactorizeMain() 369 minTdeg= totaldegree (smallestFactor); in absBiFactorizeMain() 817 if (totaldegree (i.getItem()) == minTdeg) in absBiFactorizeMain()
|
H A D | canonicalform.h | 277 int totaldegree ( const CanonicalForm & f ); 279 int totaldegree ( const CanonicalForm & f, const Variable & v1, const Variable & v2 ); 369 headdegree ( const CanonicalForm & f ) { return totaldegree( head( f ) ); } in headdegree()
|
H A D | cfModGcd.cc | 346 int deg= totaldegree (F, x, F.mvar()); in uni_lcoeff() 698 d0= totaldegree (G_random_element, Variable(2), in modGCDFq() 732 d0= totaldegree (G_random_element, Variable(2), in modGCDFq() 1052 d0= totaldegree (G_random_element, Variable(2), in modGCDGF() 1086 d0= totaldegree (G_random_element, Variable(2), in modGCDGF() 1484 d0= totaldegree (G_random_element, Variable(2), in modGCDFp() 1514 d0= totaldegree (G_random_element, Variable(2), in modGCDFp() 3302 d0= totaldegree (G_random_element, Variable(2), in sparseGCDFq() 3326 d0= totaldegree (G_random_element, Variable(2), in sparseGCDFq() 3773 d0= totaldegree (G_random_element, Variable(2), in sparseGCDFp() [all …]
|
H A D | cfNewtonPolygon.cc | 1228 int tdeg= totaldegree (F); in modularIrredTest() 1243 if (totaldegree (Fp) == tdeg) in modularIrredTest() 1267 if (totaldegree (Fp) == tdeg) in modularIrredTest() 1309 int tdeg= totaldegree (F); in modularIrredTestWithShift() 1323 if (tdeg == totaldegree (Fp)) in modularIrredTestWithShift() 1343 if (tdeg == totaldegree (Fp)) in modularIrredTestWithShift() 1372 if (tdeg == totaldegree (Fp)) in modularIrredTestWithShift()
|
H A D | cfCharSetsUtil.cc | 122 min= totaldegree (LCdegList.getFirst()); in Tdeg() 128 newmin= totaldegree(elem); in Tdeg()
|
H A D | canonicalform.cc | 177 if ( (dummy = totaldegree( i.coeff() ) + i.exp()) != cdeg ) in isHomogeneous() 187 int deg= totaldegree(termlist.getFirst()); in isHomogeneous() 190 if ( totaldegree(i.getItem()) != deg ) return false; in isHomogeneous()
|
H A D | fac_multihensel.cc | 342 h = totaldegree( Uk[k], Variable(A.min()), Variable(k-1) ); in Hensel()
|
H A D | facFqBivar.cc | 6887 int liftBound= 2*totaldegree (F) - 1; 6961 liftBound= 2*totaldegree (F) - 1; 7754 int liftBound= tmax ((2*totaldegree (F) - 1)/degMipo + 1, degree (F) + 1 + 7835 liftBound=tmax ((2*totaldegree (F) - 1)/degMipo + 1, degree (F) + 1 + 8028 refineAndRestartLift (F, FLINTN, 2*totaldegree (F)-1, l, bufUniFactors, M, Pi, 8034 refineAndRestartLift (F, NTLN, 2*totaldegree (F)-1, l, bufUniFactors, M, Pi,
|
H A D | facFqFactorize.cc | 3075 double logarithm= (double) ilog2 (totaldegree (A)); in multiFactorize()
|