numpy.lib.NumpyVersion()
  • References/Python/NumPy/Routines/Miscellaneous routines

class numpy.lib.NumpyVersion(vstring)

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

numpy.array(object, dtype=None, copy=True, order=None, subok=False, ndmin=0) Create an array.

2025-01-10 15:47:30
RandomState.rayleigh()
  • References/Python/NumPy/Routines/Random sampling

RandomState.rayleigh(scale=1.0, size=None) Draw samples from a Rayleigh distribution. The

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

numpy.ma.shape(obj)

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

numpy.sinh(x[, out]) = Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp(-x)) or -1j

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

numpy.expm1(x[, out]) = Calculate exp(x) - 1 for all elements in the array.

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

numpy.vander(x, N=None, increasing=False)

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

numpy.rot90(m, k=1)

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

MaskedArray.harden_mask()

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

numpy.polynomial.legendre.legval3d(x, y, z, c)

2025-01-10 15:47:30