Home
last modified time | relevance | path

Searched refs:totaldegree (Results 1 – 12 of 12) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/factory/
H A DfacAbsFact.cc111 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 Dcf_ops.cc523 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 Dcf_factor.cc316 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 DfacAbsBiFact.cc155 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 Dcanonicalform.h277 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 DcfModGcd.cc346 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 DcfNewtonPolygon.cc1228 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 DcfCharSetsUtil.cc122 min= totaldegree (LCdegList.getFirst()); in Tdeg()
128 newmin= totaldegree(elem); in Tdeg()
H A Dcanonicalform.cc177 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 Dfac_multihensel.cc342 h = totaldegree( Uk[k], Variable(A.min()), Variable(k-1) ); in Hensel()
H A DfacFqBivar.cc6887 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 DfacFqFactorize.cc3075 double logarithm= (double) ilog2 (totaldegree (A)); in multiFactorize()