This is documentation for an old release of NumPy (version 1.18). Read this page in the documentation of the latest stable release (version 2.2).
Polyutils¶
Utility classes and functions for the polynomial modules.
This module provides: error and warning objects; a polynomial base class; and some routines used in both the polynomial and chebyshev modules.
Error objects¶
Base class for errors in this module. |
|
Issued by the generic Poly class when two domains don’t match. |
Warning objects¶
Issued by chebfit when the design matrix is rank deficient. |
Functions¶
|
Return argument as a list of 1-d arrays. |
|
Remove small Poly series coefficients. |
|
Remove “small” “trailing” coefficients from a polynomial. |
|
Return a domain suitable for given abscissae. |
|
Apply linear map to input points. |
|
Linear map parameters between domains. |