Home
last modified time | relevance | path

Searched refs:polyroots (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_calculus.py28 p = polyroots([1,-4])
30 p, q = polyroots([1,2,3])
34 assert polyroots([1]) == []
35 pytest.raises(ValueError, lambda: polyroots([0]))
75 polyroots(coeffs, maxsteps=5, cleanup=True, error=False,
78 roots = polyroots(coeffs, maxsteps=50, cleanup=True, error=False,
143 roots_exact = polyroots(coeffs, maxsteps=50, cleanup=True, error=False,
146 polyroots(coeffs, maxsteps=5, cleanup=True, error=False,
148 roots,err = polyroots(coeffs, maxsteps=5, cleanup=True, error=True,
151 roots1,err1 = polyroots(coeffs, maxsteps=25, cleanup=True, error=True,
/dports/math/PDL/PDL-2.019/GENERATED/PDL/
H A DMath.pm916 *polyroots = \&PDL::polyroots;
/dports/math/gsl/gsl-2.7/doc/examples/
H A DMakefile.am3 …stat1 movstat2 movstat3 ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson…
5 ….c ntupler.c ntuplew.c ode-initval.c odefixed.c permseq.c permshuffle.c polyroots.c qrng.c randpoi…
7 ….txt ntuple.txt ode-initval.txt permseq.txt permshuffle.txt poisson.txt polyroots.txt qrng.txt ran…
H A DMakefile.in105 permshuffle$(EXEEXT) polyroots$(EXEEXT) qrng$(EXEEXT) \
358 polyroots_SOURCES = polyroots.c
359 polyroots_OBJECTS = polyroots.$(OBJEXT)
495 ./$(DEPDIR)/poisson.Po ./$(DEPDIR)/polyroots.Po \
535 permseq.c permshuffle.c poisson.c polyroots.c qrng.c \
550 permshuffle.c poisson.c polyroots.c qrng.c randpoisson.c \
1001 polyroots$(EXEEXT): $(polyroots_OBJECTS) $(polyroots_DEPENDENCIES) $(EXTRA_polyroots_DEPENDENCIES)
1002 @rm -f polyroots$(EXEEXT)
1159 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polyroots.Po@am__quote@ # am--include-marker
1399 -rm -f ./$(DEPDIR)/polyroots.Po
[all …]
/dports/math/PDL/PDL-2.019/t/
H A Dpolyroots.t11 (polyroots(
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_funcs_test/
H A Dtestfunctions.h58 int polyroots(size_t, const double *, double *, void *);
H A Dtestfunctions.c174 int polyroots(size_t N, const double * x, double * out, void * args) in polyroots() function
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A D__init__.py32 from .polyroots import roots
/dports/math/py-Diofant/Diofant-0.13.0/docs/modules/
H A Dpolys.rst64 .. automodule:: diofant.polys.polyroots
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A D__init__.py98 from .polyroots import roots
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/tests/
H A Dtest_polynomial.py200 r = poly.polyroots(ptest)
504 assert_almost_equal(poly.polyroots([1]), [])
505 assert_almost_equal(poly.polyroots([1, 2]), [-.5])
508 res = poly.polyroots(poly.polyfromroots(tgt))
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/
H A Dpolynomial.py1404 def polyroots(c): function
1504 _roots = staticmethod(polyroots)
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/calculus/
H A Dpolynomials.py47 def polyroots(ctx, coeffs, maxsteps=50, cleanup=True, extraprec=10, function
/dports/math/py-sympy/sympy-1.9/sympy/polys/matrices/
H A Deigen.py10 from ..polyroots import roots
/dports/math/PDL/PDL-2.019/Basic/Math/
H A DMakefile.PL34 polyroots cpoly
H A Dmath.pd400 pp_def("polyroots",
409 barf("PDL::Math::polyroots failed");
420 ($rr, $ri) = polyroots($cr, $ci);
/dports/math/py-sympy/sympy-1.9/doc/src/modules/polys/
H A Dreference.rst154 .. currentmodule:: sympy.polys.polyroots
/dports/math/py-Diofant/Diofant-0.13.0/docs/tutorial/
H A Dsolvers.rst47 :func:`~diofant.polys.polyroots.roots`.
H A Dmatrices.rst297 of :func:`~diofant.polys.polyroots.roots` function).
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/
H A Ddelta_functions.py272 from sympy.polys.polyroots import roots
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A D__init__.py132 polyroots = mp.polyroots variable
/dports/math/py-mpmath/mpmath-1.2.1/
H A DCHANGES105 * Fixed polyroots() with error=True
106 * Added support to pass optional initial values to polyroots()
128 * Made polyroots() more robust (Ondrej Certik)
803 * polyval, polyroots and related functions now use the same order
806 * fixed polyroots for degree-0 polynomials (contributed by Nimish Telang)
872 * polyroots returns nicer results
/dports/math/py-sympy/sympy-1.9/sympy/solvers/
H A Dbivariate.py9 from sympy.polys.polyroots import roots
/dports/math/gsl/gsl-2.7/doc/
H A Dpoly.rst307 .. include:: examples/polyroots.c
312 .. include:: examples/polyroots.txt
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A DTODO119 - polymul, polyadd, polydiv, polyneg, polyeval, polyorder, polygcd, polylcm, polyroots, ...

12