ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__getitem__ x.__getitem__(y) <==> x[y]

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

matrix.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain

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

ndarray.__hex__() <==> hex(x)

2025-01-10 15:47:30
recarray.dtype
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.dtype Data-type of the array?s elements.

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

ndarray.__int__() <==> int(x)

2025-01-10 15:47:30
recarray.data
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.data Python buffer object pointing to the start of the array?s data.

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

matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or

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

ndarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to

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

record.real real part of scalar

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

recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis

2025-01-10 15:47:30