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

ndarray.__iadd__ x.__iadd__(y) <==> x+=y

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

recarray.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
generic.newbyteorder()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.newbyteorder(new_order='S') Return a new

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

ndarray.var(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the variance of the array elements, along given

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

matrix.nonzero() Return the indices of the elements that are non-zero. Refer to

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

MaskedArray.__floordiv__(other)

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

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

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

matrix.std(axis=None, dtype=None, out=None, ddof=0)

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

ndarray.__rshift__ x.__rshift__(y) <==> x>>y

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

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

2025-01-10 15:47:30