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

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

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

matrix.getA1()

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

ndarray.fill(value) Fill the array with a scalar value.

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

MaskedArray.__iand__ x.__iand__(y) <==> x&=y

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

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

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

MaskedArray.shape Tuple of array dimensions. Notes May be used to ?reshape? the

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

MaskedArray.base Base object if memory is from some other object. Examples The base

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

recarray.ravel([order]) Return a flattened array. Refer to

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

static ndarray.__new__(S, ...) ? a new object with type S, a subtype of T

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

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

2025-01-10 15:47:30