This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / polyutils

module

numpy.polynomial.polyutils

source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/polyutils.py :0

Members

Summary

No Docstrings

Additional content

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.

Functions

.. autosummary:: 
    :toctree:generated/
    as_series    convert list of array_likes into 1-D arrays of common type.
    trimseq      remove trailing zeros.
    trimcoef     remove small trailing coefficients.
    getdomain    return the domain appropriate for a given set of abscissae.
    mapdomain    maps points between domains.
    mapparms     parameters of the linear map between domains.

Aliases

  • numpy.polynomial.polyutils