record.std()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

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

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

recarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type

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

ndarray.__setslice__ x.__setslice__(i, j, y) <==> x[i:j]=y Use of negative indices is not supported

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

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

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

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

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

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

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

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

ndarray.__iadd__ x.__iadd__(y) <==> x+=y

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

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

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

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

2025-01-10 15:47:30