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

ndarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis.

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

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

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

recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to

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

recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the

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

record.imag imaginary part of scalar

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

ndarray.__pow__(y[, z]) <==> pow(x, y[, z])

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

MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian

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

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

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

ndarray.__repr__() <==> repr(x)

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

MaskedArray.repeat(repeats, axis=None)

2025-01-10 15:47:30