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

recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to

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

matrix.real The real part of the array. See also

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

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

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

matrix.getA()

2025-01-10 15:47:30
dtype.char
  • References/Python/NumPy/Array objects/Data type objects

dtype.char A unique character code for each of the 21 different built-in types.

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
generic.tobytes()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.tobytes()

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

ndarray.__ipow__ x.__ipow__(y) <==> x**=y

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

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

2025-01-10 15:47:30