RandomState.bytes()
  • References/Python/NumPy/Routines/Random sampling

RandomState.bytes(length) Return random bytes.

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

numpy.rint(x[, out]) = Round elements of the array to the nearest integer.

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

classmethod Chebyshev.basis(deg, domain=None, window=None)

2025-01-10 15:47:30
numpy.unique()
  • References/Python/NumPy/Routines/Set routines

numpy.unique(ar, return_index=False, return_inverse=False, return_counts=False)

2025-01-10 15:47:30
numpy.testing.assert_array_max_ulp()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_array_max_ulp(a, b, maxulp=1, dtype=None)

2025-01-10 15:47:30
numpy.RankWarning
  • References/Python/NumPy/Routines/Polynomials/Poly1d

exception numpy.RankWarning

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

numpy.exp(x[, out]) = Calculate the exponential of all elements in the input array.

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

numpy.ma.min(obj, axis=None, out=None, fill_value=None)

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

Hermite.trim(tol=0)

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

numpy.polynomial.legendre.legval2d(x, y, c)

2025-01-10 15:47:30