Home
last modified time | relevance | path

Searched refs:to_poly (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/maxima/maxima-5.43.2/share/to_poly_solve/
H A Drtest_to_poly.mac1 (load(to_poly),0);
6 to_poly(42);
9 to_poly(42.01);
12 to_poly(42.01b0);
15 to_poly(8/3);
18 to_poly(%pi);
24 to_poly(x);
27 to_poly(x,[x]);
30 to_poly(x,[x,y,z]);
68 to_poly(-x);
[all …]
H A Dto_poly_solve.mac19 /* Conditionally load to_poly (version 2 or later), grobner, lrats, opsubst, unwind_protect,
22 if get('to_poly,'version) = false then load("to_poly");
23 if get('to_poly,'version) < 2 then error("You need to update 'to_poly' to version 2 or greater");
495 …/* Convert each member of e to polynomial form. The function to_poly extracts numerators and deman…
511 ek : errcatch(to_poly(ek,v)),
528 set of variables introduced by to_poly. The set nonfree is the new set
/dports/math/z3/z3-z3-4.8.13/src/math/polynomial/
H A Drpolynomial.cpp97 inc_ref(to_poly(p)); in inc_ref()
139 dec_ref(to_poly(p)); in dec_ref()
207 if (!eq(to_poly(pn1), to_poly(pn2))) in eq()
222 inc_ref(to_poly(pn)); in inc_ref_args()
231 dec_ref(to_poly(pn)); in dec_ref_args()
257 inc_ref(to_poly(pn)); in allocate_poly()
289 return to_poly(_p); in mk_poly()
344 return to_poly(p); in pack()
357 polynomial * _p = to_poly(p); in mul_core()
504 … new_args.push_back(to_poly_or_num(add(to_poly(pn1), to_poly(pn2))));
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/polynomial/
H A Drpolynomial.cpp97 inc_ref(to_poly(p)); in inc_ref()
139 dec_ref(to_poly(p)); in dec_ref()
207 if (!eq(to_poly(pn1), to_poly(pn2))) in eq()
222 inc_ref(to_poly(pn)); in inc_ref_args()
231 dec_ref(to_poly(pn)); in dec_ref_args()
257 inc_ref(to_poly(pn)); in allocate_poly()
289 return to_poly(_p); in mk_poly()
344 return to_poly(p); in pack()
357 polynomial * _p = to_poly(p); in mul_core()
504 … new_args.push_back(to_poly_or_num(add(to_poly(pn1), to_poly(pn2))));
[all …]
/dports/audio/snd/snd-21.2/
H A Dpoly.rb79 def to_poly method in Poly
90 self[0, i + 1].to_poly
149 [poly(0.0), other.to_poly]
604 def to_poly method in Poly.Float.String
614 def to_poly method in Poly.Float.Array
620 def to_poly method in Poly.Float.Vct
631 obj.to_poly
H A Dclm.rb1164 def to_poly method in Object.NilClass
/dports/math/py-sympy/sympy-1.9/sympy/matrices/
H A Dnormalforms.py63 to_poly = lambda f: Poly(f, K.symbols, domain=K.domain) function
64 factors = tuple(to_poly(f) for f in factors)
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dpolymatrix.py169 def to_poly(v): function
178 return [to_poly(item) for item in items]
182 return to_poly(e.element)
186 return to_poly(dm[i, j].element)
H A Dfields.py157 return self.ring.index(gen.to_poly())
301 def to_poly(f): member in FracElement
598 x = x.to_poly()
609 x = [ (X.to_poly(), a) for X, a in x ]
612 x = x.to_poly()
620 x = [ (X.to_poly(), a) for X, a in x ]
623 x = x.to_poly()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Dfields.py231 def to_poly(self): member in FracElement
499 x = x.to_poly()
511 x = [(X.to_poly(), a) for X, a in x]
514 x = x.to_poly()
530 x = [(X.to_poly(), a) for X, a in x]
536 x = x.to_poly()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_transmogrifier.hpp38 static void to_poly(conduit::Node &doms, conduit::Node &to_vtkh);
H A Dascent_transmogrifier.cpp103 void Transmogrifier::to_poly(conduit::Node &doms, conduit::Node &to_vtkh) in to_poly() function in ascent::Transmogrifier
H A Dascent_data_object.cpp296 Transmogrifier::to_poly(*m_low_bp, n_poly); in as_vtkh_collection()
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dto_poly_solve.texi464 @b{To use} @file{load(to_poly)}
486 @b{To use} @file{load(to_poly)}
527 @b{To use} @file{load(to_poly)}
977 @anchor{to_poly}
990 (%i2) to_poly(sqrt(x) = 3, [x]);
1008 (%i3) to_poly(cos(x),[x]);
1017 (%i4) to_poly(x = sqrt(5),[x]);
1019 (%i5) to_poly(x = sqrt(5),[1,x]);
1039 @b{To use} @file{load(to_poly)}
1077 Nonalgebraic argument given to 'to_poly'
[all …]
H A Dmaxima.info-38913 To use 'load(to_poly)'
8930 To use 'load(to_poly)'
8966 To use 'load(to_poly)'
9326 -- Function: to_poly (<e>, <l>)
9336 (%i2) to_poly(sqrt(x) = 3, [x]);
9353 (%i3) to_poly(cos(x),[x]);
9360 (%i4) to_poly(x = sqrt(5),[x]);
9362 (%i5) to_poly(x = sqrt(5),[1,x]);
9379 To use 'load(to_poly)'
9413 Nonalgebraic argument given to 'to_poly'
[all …]
/dports/math/z3/z3-z3-4.8.13/src/cmd_context/extra_cmds/
H A Dpolynomial_cmds.cpp34 static void to_poly(cmd_context & ctx, expr * t) { in to_poly() function
200 …, "<term>", "convert expression into sum-of-monomials form", CPK_EXPR, expr *, to_poly(ctx, arg););
/dports/math/py-z3-solver/z3-z3-4.8.10/src/cmd_context/extra_cmds/
H A Dpolynomial_cmds.cpp34 static void to_poly(cmd_context & ctx, expr * t) { in to_poly() function
200 …, "<term>", "convert expression into sum-of-monomials form", CPK_EXPR, expr *, to_poly(ctx, arg););
/dports/math/maxima/maxima-5.43.2/
H A DChangeLog-5.277 * rename topoly and to_poly_solver to to_poly and to_poly_solve, respectively
H A DChangeLog-5.13.059 * share/contrib/topoly.lisp: many improvements in to_poly
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_bsp.c371 void wpoly_move( wpoly_t * from_poly, wpoly_t * to_poly ) in wpoly_move() argument
373 if( to_poly->ppts ) in wpoly_move()
374 wpoly_free( to_poly ); in wpoly_move()
376 *to_poly = *from_poly; // copy ptrs and sizes in wpoly_move()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DpolygonUtils.cpp739 …ring_vert = [&best_distance2](ConstPolygonRef from_poly, ConstPolygonRef to_poly, ClosestPolygonPo… in walkToNearestSmallestConnection()
741 …const Point after_poly2_result = to_poly[(to_poly_result.point_idx + vertex_after) % to_poly.size(… in walkToNearestSmallestConnection()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/polys/
H A Dtest_fields.py141 pytest.raises(ValueError, lambda: (x/y).to_poly())
/dports/math/maxima/maxima-5.43.2/doc/info/es/
H A Dmaxima.info-83676 Para hacer uso de esta funci�n, ejec�tese 'load(to_poly)'.
3691 Para hacer uso de esta funci�n, ejec�tese 'load(to_poly)'.
3719 Para hacer uso de esta funci�n, ejec�tese 'load(to_poly)'.
4048 -- Funci�n: to_poly (<e>, <l>)
4050 La funci�n 'to_poly' intenta convertir la ecuaci�n <e> en un
4060 (%i2) to_poly(sqrt(x) = 3, [x]);
4076 (%i3) to_poly(cos(x),[x]);
4083 (%i4) to_poly(x = sqrt(5),[x]);
4085 (%i5) to_poly(x = sqrt(5),[1,x]);
4100 Para hacer uso de esta funci�n, ejec�tese 'load(to_poly)'.
[all …]
/dports/math/maxima/maxima-5.43.2/doc/info/es.utf8/
H A Dmaxima.info-83676 Para hacer uso de esta función, ejecútese 'load(to_poly)'.
3691 Para hacer uso de esta función, ejecútese 'load(to_poly)'.
3719 Para hacer uso de esta función, ejecútese 'load(to_poly)'.
4048 -- Función: to_poly (<e>, <l>)
4050 La función 'to_poly' intenta convertir la ecuación <e> en un
4060 (%i2) to_poly(sqrt(x) = 3, [x]);
4076 (%i3) to_poly(cos(x),[x]);
4083 (%i4) to_poly(x = sqrt(5),[x]);
4085 (%i5) to_poly(x = sqrt(5),[1,x]);
4100 Para hacer uso de esta función, ejecútese 'load(to_poly)'.
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/highlight/
H A Dmaxima.js.map1 …t tlimit todd_coxeter' +\n ' toeplitz tokens to_lisp topological_sort to_poly to_poly_solve tot…

123