recarray.dump()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy

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
record.base
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.base base object

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

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

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

matrix.prod(axis=None, dtype=None, out=None)

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.conj()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.

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

matrix.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect.

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

recarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order.

2025-01-10 15:47:30