recarray.round()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

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

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

matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.

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

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

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

ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.

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

MaskedArray.put(indices, values, mode='raise')

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

matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to

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

ndarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to

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

matrix.any(axis=None, out=None)

2025-01-10 15:47:30