Polynomial.fromroots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

classmethod Polynomial.fromroots(roots, domain=[], window=None)

2025-01-10 15:47:30
dtype.newbyteorder()
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.newbyteorder(new_order='S') Return a new dtype with a different byte order. Changes are also made in all

2025-01-10 15:47:30
chararray.swapcase()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.swapcase()

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

ndarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that

2025-01-10 15:47:30
numpy.nper()
  • References/Python/NumPy/Routines/Financial functions

numpy.nper(rate, pmt, pv, fv=0, when='end')

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

ndarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer

2025-01-10 15:47:30
numpy.ma.make_mask()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.make_mask(m, copy=False, shrink=True, dtype=)

2025-01-10 15:47:30
RandomState.tomaxint()
  • References/Python/NumPy/Routines/Random sampling

RandomState.tomaxint(size=None) Random integers between 0 and sys.maxint, inclusive. Return

2025-01-10 15:47:30
Legendre.convert()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

Legendre.convert(domain=None, kind=None, window=None)

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

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

2025-01-10 15:47:30