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

recarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order.

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

ndarray.__ixor__ x.__ixor__(y) <==> x^=y

2025-01-10 15:47:30
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
matrix.ndim
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.ndim Number of array dimensions. Examples >>>

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

MaskedArray.__isub__(other)

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

MaskedArray.__rxor__ x.__rxor__(y) <==> y^x

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

MaskedArray.__ifloordiv__(other)

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

matrix.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices. Refer

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

MaskedArray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to

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

MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string

2025-01-10 15:47:30