Home
last modified time | relevance | path

Searched refs:polyint (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/tests/unit_tests/
H A Dpolyint.tst16 assert_checkequal(polyint(s), s^2/2);
18 assert_checkequal(polyint(P), Ref0);
20 assert_checkequal(polyint(P-1), Ref);
24 assert_checkequal(polyint(P, 1), Ref0+1);
46 assert_checkerror("polyint(3)", msg);
48 assert_checkerror("polyint(%s, %f)", msprintf(msg, "polyint",2));
50 assert_checkerror("polyint(%s, list(3,%f))", msprintf(msg, "polyint",2,2));
52 assert_checkerror("polyint(%s, [1 2])", msprintf(msg, "polyint",2,1,"1 1"));
53 assert_checkerror("polyint(%s, list([1 2]))", msprintf(msg, "polyint",2,1,"1 1"));
54 assert_checkerror("polyint(%s, list([1 2],4))", msprintf(msg, "polyint",2,1,"1 1"));
[all …]
/dports/math/octave/octave-6.4.0/scripts/polynomial/
H A Dpolyint.m27 ## @deftypefn {} {} polyint (@var{p})
28 ## @deftypefnx {} {} polyint (@var{p}, @var{k})
37 function retval = polyint (p, k) function
50 error ("polyint: argument must be a vector");
72 %! assert (polyint (A), polyint (A,0));
73 %! assert (polyint (A), polyint (A'));
74 %! assert (polyint (A), [1, 1, 1, 0]);
75 %! assert (polyint (A,1), ones (1,4));
80 %! assert (polyint (A), [1./B, 0]);
82 %!error polyint ()
[all …]
H A Dmodule.mk22 %reldir%/polyint.m \
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/macros/
H A Dpolyint.sci11 function M = polyint(M, cstes)
23 mprintf("\n%s", "polyint(M)")
24 I = polyint(M)
25 mprintf("\n%s", "polyint(M, 1)")
26 I = polyint(M, 1)
27 mprintf("\n%s", "polyint(M, [1 2 ; 3 4])")
28 I = polyint(M, [1 2 ; 3 4])
42 error(msprintf(msg, "polyint",1))
49 error(msprintf(msg, "polyint",2))
59 error(msprintf(msg, "polyint",2,i))
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/tests/
H A Dtest_polynomial.py294 assert_raises(TypeError, poly.polyint, [0], .5)
301 poly.polyint([1, 1], 1.)
306 res = poly.polyint([0], m=i, k=k)
314 res = poly.polyint(pol, m=1, k=[i])
329 res = poly.polyint(pol, m=1, k=[i], scl=2)
338 tgt = poly.polyint(tgt, m=1)
339 res = poly.polyint(pol, m=j)
348 tgt = poly.polyint(tgt, m=1, k=[k])
377 res = poly.polyint(c2d, axis=0)
381 res = poly.polyint(c2d, axis=1)
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/geometry/point3/
H A DMakefile.am6 libpoint3_la_SOURCES = polyint.c segments.c point3.h polyint.h
H A DHeaders2 polyint.h
H A DMakefile.in101 am_libpoint3_la_OBJECTS = polyint.lo segments.lo
350 libpoint3_la_SOURCES = polyint.c segments.c point3.h polyint.h
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polyint.Plo@am__quote@
/dports/math/octave-forge-mechanics/mechanics/inst/core/private/
H A Dshapemoment.m75 Px = -polyint ( conv (paux, paux2) );
79 Py = polyint ( conv (paux, paux2));
83 Pxy = polyint ( conv (paux, paux2));
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/numpy/
H A Dfallback.py169 polyint = onp.polyint variable
/dports/math/octave-forge-mechanics/mechanics/inst/core/
H A Dmasscenter.m39 Px = polyint (conv(conv (-px , py) , polyder (px)));
40 Py = polyint (conv(conv (px , py) , polyder (py)));
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/numpy/
H A Dfallback.py169 polyint = onp.polyint variable
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A D__init__.py176 from .polyint import *
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Droutines.polynomials.poly1d.rst29 polyint
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmerge.c797 boxptr->polyint[ed_con] = polyptr; in db_mrg_mergeboxwithpolygon()
857 if (boxptr->polyint[db_mrg_nxtside( in db_mrg_mergeboxwithpolygon()
859 boxptr->polyint[ed_chk]->indx)) in db_mrg_mergeboxwithpolygon()
866 boxptr->polyint[ed_chk]->indx))) in db_mrg_mergeboxwithpolygon()
886 boxptr->polyint[ed_chk]->indx))) in db_mrg_mergeboxwithpolygon()
1071 polyptr = boxptr->polyint[firstcon]; in db_mrg_insert1()
1182 polyptr = boxptr->polyint[firstcon]; in db_mrg_insert2()
1294 polyptr = boxptr->polyint[firstcon]; in db_mrg_insert3()
1411 polyptr = boxptr->polyint[firstcon]; in db_mrg_insert4()
1644 nextedge = boxptr->polyint[firstcon]; in db_mrg_insert5()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dwaveforms.py9 exp, cos, sin, polyval, polyint
574 intpoly = polyint(poly)
/dports/math/octave-forge-geometry/geometry-4.0.0/inst/
H A DshapeCentroid.m52 Px = polyint (conv(conv (-px , py) , polyder (px)));
53 Py = polyint (conv(conv (px , py) , polyder (py)));
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_regression.py121 assert_(np.polyint(x).dtype == complex, msg)
124 assert_(np.polyint(x).dtype == float, msg)
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/locales/
H A Dzh_TW.po272 # File: modules/polynomials/macros/polyint.sci, line: 48
278 # File: modules/polynomials/macros/polyint.sci, line: 58
284 # File: modules/polynomials/macros/polyint.sci, line: 62
H A Dde_DE.po284 # File: modules/polynomials/macros/polyint.sci, line: 48
290 # File: modules/polynomials/macros/polyint.sci, line: 58
296 # File: modules/polynomials/macros/polyint.sci, line: 62
H A Dpl_PL.po288 # File: modules/polynomials/macros/polyint.sci, line: 48
294 # File: modules/polynomials/macros/polyint.sci, line: 58
300 # File: modules/polynomials/macros/polyint.sci, line: 62
H A Dca_ES.po291 # File: modules/polynomials/macros/polyint.sci, line: 48
297 # File: modules/polynomials/macros/polyint.sci, line: 58
303 # File: modules/polynomials/macros/polyint.sci, line: 62
H A Dpolynomials.pot424 # File: modules/polynomials/macros/polyint.sci, line: 41
430 # File: modules/polynomials/macros/polyint.sci, line: 48
436 # File: modules/polynomials/macros/polyint.sci, line: 58
442 # File: modules/polynomials/macros/polyint.sci, line: 62
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/
H A Dpolynomial.py545 def polyint(c, m=1, k=[], lbnd=0, scl=1, axis=0): function
1500 _int = staticmethod(polyint)
/dports/math/maxima/maxima-5.43.2/src/
H A Dsinint.lisp74 (defun polyint (p) (ratqu (polyint1 (ratnumerator p)) (ratdenominator p))) function
89 (return (disrep (polyint ratarg))))
122 (if (equal ans 0) (return (disrep (polyint wholepart))))
126 (disrep (polyint wholepart))

1234