MaskedArray.choose()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

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

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

ndarray.__mul__ x.__mul__(y) <==> x*y

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

matrix.flatten(order='C')

2025-01-10 15:47:30
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
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
generic.ravel()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

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

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

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

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

recarray.tobytes(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python

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

MaskedArray.__ge__ x.__ge__(y) <==> x>=y

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

recarray.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