recarray.any()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.any(axis=None, out=None, keepdims=False) Returns True if any of the elements of a evaluate to True.

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

recarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples

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

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

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

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

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

MaskedArray.imag Imaginary part.

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

MaskedArray.real Real part

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

MaskedArray.__delitem__ x.__delitem__(y) <==> del x[y]

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

MaskedArray.flat Flat version of the array.

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

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

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

matrix.nbytes Total bytes consumed by the elements of the array. Notes Does not include

2025-01-10 15:47:30