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

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

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

ndarray.__idiv__ x.__idiv__(y) <==> x/=y

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

matrix.dtype Data-type of the array?s elements.

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

ndarray.__ifloordiv__ x.__ifloordiv__(y) <==> x//y

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

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

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

static ndarray.__new__(S, ...) ? a new object with type S, a subtype of T

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

matrix.ndim Number of array dimensions. Examples >>>

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

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

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

matrix.diagonal(offset=0, axis1=0, axis2=1) Return specified diagonals. In NumPy 1.9 the returned array is a read-only

2025-01-10 15:47:30