chararray.resize()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.resize(new_shape, refcheck=True) Change shape and size of array in-place.

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

numpy.polynomial.laguerre.lagadd(c1, c2)

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

numpy.testing.assert_array_almost_equal(x, y, decimal=6, err_msg='', verbose=True)

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
RandomState.get_state()
  • References/Python/NumPy/Routines/Random sampling

RandomState.get_state() Return a tuple representing the internal state of the generator. For more details

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
RandomState.shuffle()
  • References/Python/NumPy/Routines/Random sampling

RandomState.shuffle(x) Modify a sequence in-place by shuffling its contents.

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

numpy.percentile(a, q, axis=None, out=None, overwrite_input=False, interpolation='linear', keepdims=False)

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

numpy.testing.decorators.knownfailureif(fail_condition, msg=None)

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

numpy.geterr()

2025-01-10 15:47:30