record.nonzero()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

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

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

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

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

ndarray.__getslice__ x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.

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

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

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

recarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to

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

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

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

ndarray.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long

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

recarray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively

2025-01-10 15:47:30
class.
  • References/Python/NumPy/Array objects

The

2025-01-10 15:47:30