On this page
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. | 
Base class
| Base class for all polynomial types. | 
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. | 
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.19/reference/routines.polynomials.polyutils.html