record.real
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.real real part of scalar

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

matrix.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged.

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

recarray.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.__long__() <==> long(x)

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

ndarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that

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

ndarray.__hex__() <==> hex(x)

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

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

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

ndarray.__ne__ x.__ne__(y) <==> x!=y

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

matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)

2025-01-10 15:47:30