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

matrix.getT()

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

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

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

record.real real part of scalar

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

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

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

matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.

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

recarray.flatten(order='C') Return a copy of the array collapsed into one dimension.

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

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

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

recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include

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

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

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

matrix.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain

2025-01-10 15:47:30