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

ndarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place

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

MaskedArray.__ror__ x.__ror__(y) <==> y|x

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

matrix.flags Information about the memory layout of the array. Notes The

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

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

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

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

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

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

generic.size number of elements in the gentype

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

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

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

recarray.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as

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

generic.ndim number of array dimensions

2025-01-10 15:47:30