Home
last modified time | relevance | path

Searched refs:resultant (Results 1 – 25 of 2182) sorted by relevance

12345678910>>...88

/dports/math/SCIP/scip-7.0.3/tests/src/scip/
H A Dintervalarith.c28 SCIP_INTERVAL resultant; in Test() local
74 SCIP_INTERVAL resultant; in Test() local
372 SCIP_INTERVAL resultant; in Test() local
393 cr_assert_eq(resultant.sup, 1.0); in Test()
431 SCIP_INTERVAL resultant; in Test() local
467 cr_assert(resultant.inf <= 4.0); in Test()
468 cr_assert(resultant.sup >= 4.0); in Test()
479 SCIP_INTERVAL resultant; in Test() local
495 printf("1/[0.2,0.2] = [%.15g,%.15g]\n", resultant.inf, resultant.sup); in Test()
497 cr_assert(resultant.inf <= 5.0); in Test()
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dintervalarith.c1786 assert(resultant->inf <= resultant->sup); in SCIPintervalPowerScalarInteger()
2030 …assert(resultant->inf <= resultant->sup || resultant->inf >= infinity || resultant->sup <= -infini… in SCIPintervalPowerScalar()
2140 SCIPintervalSetBounds(resultant, -resultant->sup, -resultant->inf); in SCIPintervalPowerScalarInverse()
2142 SCIPintervalSetBounds(resultant, -resultant->sup, resultant->sup); in SCIPintervalPowerScalarInverse()
2266 assert(resultant->inf <= resultant->sup); in SCIPintervalSignPowerScalar()
2299 assert(resultant->inf <= resultant->sup); in SCIPintervalSignPowerScalar()
2702 assert(resultant->inf <= resultant->sup); in SCIPintervalSin()
2786 assert(resultant->inf <= resultant->sup); in SCIPintervalCos()
2942 assert(resultant->sup >= resultant->inf); in SCIPintervalQuad()
3022 resultant->inf = -resultant->sup; in SCIPintervalSolveUnivariateQuadExpressionNegative()
[all …]
H A Dintervalarith.h115 SCIP_INTERVAL* resultant, /**< interval to store value into */
122 SCIP_INTERVAL* resultant, /**< interval to store value into */
130 SCIP_INTERVAL* resultant /**< resultant interval of operation */
144 SCIP_INTERVAL* resultant /**< resultant interval of operation */
179 #define SCIPintervalSet(resultant, value) do { (resultant)->inf = (value); (resultant)->su… argument
180 …IPintervalSetBounds(resultant, i, s) do { SCIP_Real scipintervaltemp; scipintervaltemp = (s); … argument
181 #define SCIPintervalSetEmpty(resultant) do { (resultant)->inf = 1.0; (resultant)->sup = … argument
182 #define SCIPintervalSetEntire(infinity, resultant) do { (resultant)->inf = -(infinity); (resultant)… argument
208 SCIP_INTERVAL* resultant, /**< resultant interval of operation */
216 SCIP_INTERVAL* resultant, /**< resultant interval of operation */
[all …]
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dintervalarithext.h192 return resultant;
206 return resultant;
219 return resultant;
233 return resultant;
247 return resultant;
260 return resultant; in cos()
273 return resultant; in exp()
286 return resultant; in log()
300 return resultant; in pow()
314 return resultant; in pow()
[all …]
H A Dexprinterpret_cppad.cpp1141 resultant = out[0]; in evalSignPower()
1178 resultant = 0.0; in evalSignPower()
1594 resultant = out[0]; in evalUser()
1643 resultant = MIN(arg1, arg2); in evalMin()
1687 resultant = sqrt(arg); in evalSqrt()
1698 resultant = abs(arg); in evalAbs()
1716 resultant = sqrt(out[0]); in evalAbs()
1735 resultant = out[0]; in evalIntPower()
1752 resultant = arg; in evalIntPower()
1758 resultant = Type(1.0); in evalIntPower()
[all …]
/dports/math/eclib/eclib-20210318/progs/out_ntl/
H A Dsolve_conic.out26 resultant(qx,qz) = 112 = d^2(b^2-4ac)
38 resultant(qx,qz) = 80 = d^2(b^2-4ac)
50 resultant(qx,qz) = 8784 = d^2(b^2-4ac)
62 resultant(qx,qz) = -32 = d^2(b^2-4ac)
74 resultant(qx,qz) = 20 = d^2(b^2-4ac)
86 resultant(qx,qz) = -2103892 = d^2(b^2-4ac)
98 resultant(qx,qz) = -2909312 = d^2(b^2-4ac)
290 resultant(qx,qz) = 7956 = d^2(b^2-4ac)
506 resultant(qx,qz) = -56 = d^2(b^2-4ac)
518 resultant(qx,qz) = 6640 = d^2(b^2-4ac)
[all …]
/dports/math/eclib/eclib-20210318/progs/out_no_ntl/
H A Dsolve_conic.out26 resultant(qx,qz) = 112 = d^2(b^2-4ac)
38 resultant(qx,qz) = 80 = d^2(b^2-4ac)
50 resultant(qx,qz) = 8784 = d^2(b^2-4ac)
62 resultant(qx,qz) = -32 = d^2(b^2-4ac)
74 resultant(qx,qz) = 20 = d^2(b^2-4ac)
86 resultant(qx,qz) = -2103892 = d^2(b^2-4ac)
98 resultant(qx,qz) = -2909312 = d^2(b^2-4ac)
290 resultant(qx,qz) = 7956 = d^2(b^2-4ac)
506 resultant(qx,qz) = -56 = d^2(b^2-4ac)
518 resultant(qx,qz) = 6640 = d^2(b^2-4ac)
[all …]
/dports/math/giacxcas/giac-1.6.0/check/
H A DTP19-sol.cas15 factor(gcd(resultant(P,C1,y),resultant(P,C2,y)));
16 quo(resultant(P,C1,y),x*(x-2)^2*(x-1)^4,x);
17 quo(resultant(P,C2,y),x*(x-2)^2*(x-1)^4,x);
18 dernierfacteurx:=quo(resultant(P,C1+t*C2,y),x*(x-2)^2*(x-1)^4,x);
21 factor(gcd(resultant(P,C1,x),resultant(P,C2,x)));
23 factor(resultant(P,C1+t*C2,x));
24 dernierfacteury:=quo(resultant(P,C1+t*C2,x),y^3*(y-1)^4,y);
35 res:=resultant(subs(x=y,P),d*x-subs(x=y,H),y): #attention re est un mot reserve
36 /* le poly caract est 1/d^(deg P) * resultant: verification:*/
42 res:=resultant(subs(x=y,P),x-subs(x=y,H),y):
[all …]
H A DTP16-sol.cas4 eq:=resultant(XT-x,YT-y,t);
14 eq:=resultant(denom(F1u)*x-numer(F1u),denom(F2u)*y-numer(F2u),u);
22 eqx:=resultant(C1,C2,y); #On elimine y
31 resultant(P1,P2,t);
32 resultant(subs(y=-2*x+1,C1),subs(y=-2*x+1,C2),x); #il n'est pas nul
39 p2:=resultant(C1t,C2t,l);
50 eqx:=resultant(C1,C2,y); #On elimine y
67 projy:=resultant(S1,S2,y);
78 proj2:=resultant(unapply(S1,x,y,z)(op(M)),unapply(S2,x,y,z)(op(M)),t);
93 proj3:=resultant(unapply(S3,x,y,z)(op(M)),unapply(S4,x,y,z)(op(M)),t);
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/polys/
H A Dtest_euclidtools.py163 assert f.resultant(g) == 0
171 assert f.resultant(g) == 4
177 assert f.resultant(g) == 0
182 assert f.resultant(g) == 64
187 assert f.resultant(g) == 265
197 assert f.resultant(g) == 0
202 assert f.resultant(g) == 16
207 assert f.resultant(g) == -1
213 assert f.resultant(g) == -g.resultant(f) == -7
255 assert f.resultant(g) == r
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/test/python/tests/
H A Dpolynomial_resultants.py27 resultant = p.resultant(q)
28 ok = resultant == expected
32 print("resultant = {0}".format(resultant))
58 resultant = A.resultant(B) variable
80 res1 = add.resultant(p_sqrt2)
84 res1 = sub.resultant(p_sqrt2)
88 res1 = mul.resultant(p_sqrt2)
/dports/math/libpoly/libpoly-0.1.11/test/python/tests/
H A Dpolynomial_resultants.py27 resultant = p.resultant(q)
28 ok = resultant == expected
32 print("resultant = {0}".format(resultant))
58 resultant = A.resultant(B) variable
80 res1 = add.resultant(p_sqrt2)
84 res1 = sub.resultant(p_sqrt2)
88 res1 = mul.resultant(p_sqrt2)
/dports/science/fisicalab/fisicalab-0.3.3/Documentation/Manual/English/
H A Dstatics.texinfo73 * Vertical/Horizontal resultant: V/H resultant (s).
307 @node Frictions (s), V/H resultant (s), Forces (s), Statics
335 @node V/H resultant (s), Resultant (s), Frictions (s), Statics
336 @section Vertical/Horizontal resultant
338 @cindex Vertical/Horizontal resultant
354 @tab Magnitude of the resultant.
359 @node Resultant (s), , V/H resultant (s), Statics
366 Oblique resultant.
377 @tab Magnitude of the resultant.
380 @tab Angle of the resultant, measured from the positive X axis. The positive sense is the opposite …
/dports/math/reduce/Reduce-svn5758-src/packages/groebner/
H A Dgroebres.red29 % Optimization of h-Polynomials by resultant calculation and
34 % The resultant is calculated from a h-polynomial and its predecessor
55 return ' resultant .
60 % the resultant of the two distributive polynomials h1 and h0
67 prin2t " *** the resultant from ";
82 <<prin2 " factorization of resultant successful:";
/dports/math/py-or-tools/or-tools-9.2/ortools/gscip/
H A Dgscip_ext.cc76 absl::Status GScipCreateMaximum(GScip* gscip, const GScipLinearExpr& resultant, in GScipCreateMaximum() argument
100 GScipLe(terms.at(i), resultant), in GScipCreateMaximum()
105 GScipLinearRange y_less_x = GScipLe(resultant, terms.at(i)); in GScipCreateMaximum()
132 absl::Status GScipCreateMinimum(GScip* gscip, const GScipLinearExpr& resultant, in GScipCreateMinimum() argument
140 return GScipCreateMaximum(gscip, GScipNegate(resultant), negated_terms, name); in GScipCreateMinimum()
/dports/lang/php73/php-7.3.33/ext/standard/tests/array/
H A Dshuffle_basic1.phpt35 echo "\n-- resultant array after shuffle() function is applied --\n";
48 echo "\n-- resultant array after shuffle() function is applied --\n";
81 -- resultant array after shuffle() function is applied --
128 -- resultant array after shuffle() function is applied --
/dports/lang/php80/php-8.0.15/ext/standard/tests/array/
H A Dshuffle_basic1.phpt30 echo "\n-- resultant array after shuffle() function is applied --\n";
43 echo "\n-- resultant array after shuffle() function is applied --\n";
76 -- resultant array after shuffle() function is applied --
123 -- resultant array after shuffle() function is applied --
/dports/lang/php81/php-8.1.1/ext/standard/tests/array/
H A Dshuffle_basic1.phpt30 echo "\n-- resultant array after shuffle() function is applied --\n";
43 echo "\n-- resultant array after shuffle() function is applied --\n";
76 -- resultant array after shuffle() function is applied --
123 -- resultant array after shuffle() function is applied --
/dports/lang/php74/php-7.4.27/ext/standard/tests/array/
H A Dshuffle_basic1.phpt35 echo "\n-- resultant array after shuffle() function is applied --\n";
48 echo "\n-- resultant array after shuffle() function is applied --\n";
81 -- resultant array after shuffle() function is applied --
128 -- resultant array after shuffle() function is applied --
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/array/
H A Dshuffle_basic1.phpt30 echo "\n-- resultant array after shuffle() function is applied --\n";
43 echo "\n-- resultant array after shuffle() function is applied --\n";
76 -- resultant array after shuffle() function is applied --
123 -- resultant array after shuffle() function is applied --
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/array/
H A Dshuffle_basic1.phpt35 echo "\n-- resultant array after shuffle() function is applied --\n";
48 echo "\n-- resultant array after shuffle() function is applied --\n";
81 -- resultant array after shuffle() function is applied --
128 -- resultant array after shuffle() function is applied --
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/array/
H A Dshuffle_basic1.phpt35 echo "\n-- resultant array after shuffle() function is applied --\n";
48 echo "\n-- resultant array after shuffle() function is applied --\n";
81 -- resultant array after shuffle() function is applied --
128 -- resultant array after shuffle() function is applied --
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/array/
H A Dshuffle_basic1.phpt30 echo "\n-- resultant array after shuffle() function is applied --\n";
43 echo "\n-- resultant array after shuffle() function is applied --\n";
76 -- resultant array after shuffle() function is applied --
123 -- resultant array after shuffle() function is applied --
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/polyselect/
H A DMurphyE.sage12 if f1.resultant(g1).abs() <> N:
20 if f4.resultant(g4).abs() <> N:
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DBrowserLocaleManager.java238 final String resultant = updateLocale(context, localeCode); in getAndApplyPersistedLocale() local
240 if (resultant == null) { in getAndApplyPersistedLocale()
247 return resultant; in getAndApplyPersistedLocale()
257 final String resultant = updateLocale(context, localeCode); in setSelectedLocale() local
269 return resultant; in setSelectedLocale()

12345678910>>...88