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
Data type objects (dtype)
  • References/Python/NumPy/Array objects

A data type object (an instance of

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

recarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of

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

record.imag imaginary part of scalar

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

MaskedArray.__idiv__(other)

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

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

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

matrix.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the given

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

matrix.itemsize Length of one array element in bytes. Examples

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

matrix.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer to

2025-01-10 15:47:30