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

ndarray.__reduce__() For pickling.

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

ndarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to

2025-01-10 15:47:30
MaskedArray.conj()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation

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

generic.shape tuple of array dimensions

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

ndarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to

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

ndarray.__iand__ x.__iand__(y) <==> x&=y

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

ndarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to

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

matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. 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
ndarray.strides
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element

2025-01-10 15:47:30