bundles / numpy 2.4.3 / numpy / polynomial / polyutils
module
numpy.polynomial.polyutils
Members
-
_add -
_as_int -
_div -
_fit -
_fromroots -
_gridnd -
_nth_slice -
_pow -
_sub -
_valnd -
_vander_nd -
_vander_nd_flat -
as_series -
format_float -
getdomain -
mapdomain -
mapparms -
trimcoef -
trimseq
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