MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__getslice__(i, j)

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

matrix.getT()

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

ndarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent

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

ndarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of the

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

MaskedArray.__getstate__()

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

recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis

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

ndarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.

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

matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or

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

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

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

ndarray.__oct__() <==> oct(x)

2025-01-10 15:47:30