Home
last modified time | relevance | path

Searched defs:to_poly (Results 1 – 14 of 14) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dpoly.rb79 def to_poly method in 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
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
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_transmogrifier.cpp103 void Transmogrifier::to_poly(conduit::Node &doms, conduit::Node &to_vtkh) in to_poly() function in ascent::Transmogrifier
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dpolymatrix.py169 def to_poly(v): function
H A Dfields.py301 def to_poly(f): member in FracElement
/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
/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
/dports/math/z3/z3-z3-4.8.13/src/math/polynomial/
H A Drpolynomial.cpp29 polynomial * to_poly(poly_or_num * p) { SASSERT(is_poly(p)); return UNTAG(polynomial*, p); } in to_poly() function
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Dfields.py231 def to_poly(self): member in FracElement
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/polynomial/
H A Drpolynomial.cpp29 polynomial * to_poly(poly_or_num * p) { SASSERT(is_poly(p)); return UNTAG(polynomial*, p); } in to_poly() function
/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()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DpolygonUtils.cpp740 { in walkToNearestSmallestConnection()
/dports/science/conduit/conduit-0.8.0/src/tests/blueprint/
H A Dt_blueprint_mesh_partition.cpp1130 TEST(conduit_blueprint_mesh_combine, to_poly) in TEST() argument