{ } Raw JSON

bundles / scipy latest / scipy / signal / _polyutils

module

scipy.signal._polyutils

source: /scipy/signal/_polyutils.py :0

Members

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