SciPy

This is documentation for an old release of NumPy (version 1.17.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.polynomial.polyutils.PolyBase

class numpy.polynomial.polyutils.PolyBase[source]

Base class for all polynomial types.

Deprecated in numpy 1.9.0, use the abstract ABCPolyBase class instead. Note that the latter requires a number of virtual functions to be implemented.

Previous topic

numpy.polynomial.polyutils.RankWarning

Next topic

numpy.polynomial.polyutils.as_series