dtype.subdtype
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.subdtype Tuple (item_dtype, shape) if this

2025-01-10 15:47:30
numpy.seterrobj()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.seterrobj(errobj) Set the object that defines floating-point error handling. The error object contains all information

2025-01-10 15:47:30
Polynomial Package
  • References/Python/NumPy/Routines/Polynomials

New in version 1.4.0.

2025-01-10 15:47:30
numpy.fromiter()
  • References/Python/NumPy/Routines/Array creation routines

numpy.fromiter(iterable, dtype, count=-1) Create a new 1-dimensional array from an iterable object.

2025-01-10 15:47:30
numpy.random.sample()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.sample(size=None) Return random floats in the half-open interval [0.0, 1.0). Results are from the

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

Hermite.linspace(n=100, domain=None)

2025-01-10 15:47:30
numpy.irr()
  • References/Python/NumPy/Routines/Financial functions

numpy.irr(values)

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

numpy.polynomial.hermite_e.hermeval3d(x, y, z, c)

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

class numpy.polynomial.chebyshev.Chebyshev(coef, domain=None, window=None)

2025-01-10 15:47:30
numpy.ptp()
  • References/Python/NumPy/Routines/Statistics

numpy.ptp(a, axis=None, out=None)

2025-01-10 15:47:30