bundles / scipy latest / scipy / signal / _polyutils
module
scipy.signal._polyutils
source: /scipy/signal/_polyutils.py :0
Members
-
_lstsq -
_poly1d -
_sort_cmplx -
_trim_zeros -
npp_polyval -
npp_polyvalfromroots -
poly -
polyfit -
polymul -
polyroots -
polyval
Summary
Partial replacements for numpy polynomial routines, with Array API compatibility.
Extended Summary
This module contains both "old-style", np.poly1d, routines from the main numpy namespace, and "new-style", np.polynomial.polynomial, routines.
To distinguish the two sets, the "new-style" routine names start with npp_
Additional content
Partial replacements for numpy polynomial routines, with Array API compatibility.
This module contains both "old-style", np.poly1d, routines from the main numpy namespace, and "new-style", np.polynomial.polynomial, routines.
To distinguish the two sets, the "new-style" routine names start with npp_
Aliases
-
scipy.signal._polyutils