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

matrix.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation

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

matrix.tolist()

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

record.pprint()

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

class numpy.matrix

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

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

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

matrix.T Returns the transpose of the matrix. Does not conjugate! For the complex conjugate transpose, use

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

matrix.resize(new_shape, refcheck=True) Change shape and size of array in-place.

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

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

record.data pointer to start of data

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

matrix.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long

2025-01-10 15:47:30