numpy.promote_types()
  • References/Python/NumPy/Routines/Data type routines

numpy.promote_types(type1, type2) Returns the data type with the smallest size and smallest scalar kind to which both type1

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

numpy.polynomial.polynomial.polymulx(c)

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

numpy.polynomial.chebyshev.chebdomain = array([-1, 1])

2025-01-10 15:47:30
Indexing routines
  • References/Python/NumPy/Routines

See also

2025-01-10 15:47:30
numpy.ma.make_mask_descr()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.make_mask_descr(ndtype)

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

numpy.polynomial.hermite_e.hermevander2d(x, y, deg)

2025-01-10 15:47:30
numpy.ma.arange()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.arange([start, ]stop, [step, ]dtype=None) = Return evenly spaced values within a given interval. Values are generated

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

classmethod Polynomial.cast(series, domain=None, window=None)

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

numpy.core.defchararray.swapcase(a)

2025-01-10 15:47:30
ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__ne__ x.__ne__(y) <==> x!=y

2025-01-10 15:47:30