Chebyshev Module (numpy.polynomial.chebyshev)
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package

New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Chebyshev series

2025-01-10 15:47:30
Legendre.fromroots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

classmethod Legendre.fromroots(roots, domain=[], window=None)

2025-01-10 15:47:30
recarray.argpartition()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this

2025-01-10 15:47:30
recarray.squeeze()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to

2025-01-10 15:47:30
chararray.item()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.item(*args) Copy an element of an array to a standard Python scalar and return it.

2025-01-10 15:47:30
chararray.count()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.count(sub, start=0, end=None)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermval2d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermval2d(x, y, c)

2025-01-10 15:47:30
Polynomial.roots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

Polynomial.roots()

2025-01-10 15:47:30
numpy.polynomial.polynomial.polyzero
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

numpy.polynomial.polynomial.polyzero = array([0])

2025-01-10 15:47:30
numpy.polynomial.hermite_e.hermediv()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermediv(c1, c2)

2025-01-10 15:47:30