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

ndarray.view(dtype=None, type=None) New view of array with the same data.

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

matrix.base Base object if memory is from some other object. Examples The base of an array

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

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

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

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

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

recarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python

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

matrix.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this array

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

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

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

matrix.itemsize Length of one array element in bytes. Examples

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

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

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

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

2025-01-10 15:47:30