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

matrix.flatten(order='C')

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

record.T transpose

2025-01-10 15:47:30
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.field()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.field(attr, val=None)

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

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

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

recarray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices.

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

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

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

record.getfield()

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

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

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

matrix.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full documentation

2025-01-10 15:47:30