matrix.min()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.min(axis=None, out=None)

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

MaskedArray.__pow__(other)

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
ndarray.ravel()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.ravel([order]) Return a flattened array. Refer to

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

matrix.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to

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

MaskedArray.__and__ x.__and__(y) <==> x&y

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

ndarray.item(*args) Copy an element of an array to a standard Python scalar and return it.

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

MaskedArray.__oct__() <==> oct(x)

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
record.itemset()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

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

2025-01-10 15:47:30