numpy.testing.assert_string_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_string_equal(actual, desired)

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

numpy.putmask(a, mask, values) Changes elements of an array based on conditional and input values. Sets a.flat[n]

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

numpy.roll(a, shift, axis=None)

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

ndarray.__floordiv__ x.__floordiv__(y) <==> x//y

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

ndarray.flatten(order='C') Return a copy of the array collapsed into one dimension.

2025-01-10 15:47:30
generic.
  • References/Python/NumPy/Array objects/Scalars

generic.__array_wrap__() sc.__array_wrap__(obj) return scalar from array

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

numpy.polynomial.legendre.legtrim(c, tol=0)

2025-01-10 15:47:30
numpy.fft.fftfreq()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.fftfreq(n, d=1.0)

2025-01-10 15:47:30
record.reshape()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.reshape() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and

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

flatiter.next x.next() -> the next value, or raise StopIteration

2025-01-10 15:47:30