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

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

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

recarray.dot(b, out=None) Dot product of two arrays. Refer to

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

recarray.field(attr, val=None)

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

record.ndim number of array dimensions

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

generic.base base object

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

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

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

MaskedArray.__ror__ x.__ror__(y) <==> y|x

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

matrix.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

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

ndarray.__array_wrap__(obj) ? Object of same type as ndarray object a.

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

ndarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer

2025-01-10 15:47:30