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

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

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

record.shape tuple of array dimensions

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

class numpy.recarray

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
MaskedArray.dumps()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string

2025-01-10 15:47:30
generic.setflags()
  • References/Python/NumPy/Array objects/Scalars

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

2025-01-10 15:47:30
MaskedArray.ndim
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.ndim Number of array dimensions. Examples

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

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

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