summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.polynomials.poly1d.rst
blob: 7eef53ce23e8cc49807cbbcefff94e12f690322f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Poly1d
======

.. currentmodule:: numpy

Basics
------
.. autosummary::
   :toctree: generated/

   poly1d
   polyval
   poly
   roots

Fitting
-------
.. autosummary::
   :toctree: generated/

   polyfit

Calculus
--------
.. autosummary::
   :toctree: generated/

   polyder
   polyint

Arithmetic
----------
.. autosummary::
   :toctree: generated/

   polyadd
   polydiv
   polymul
   polysub

Warnings
--------
.. autosummary::
   :toctree: generated/

   RankWarning