numpy.dtype
  • References/Python/NumPy/Routines/Data type routines

class numpy.dtype

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

classmethod Legendre.fit(x, y, deg, domain=None, rcond=None, full=False, w=None, window=None)

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

numpy.ma.argsort(a, axis=None, kind='quicksort', order=None, fill_value=None)

2025-01-10 15:47:30
Set routines
  • References/Python/NumPy/Routines

Making proper sets

2025-01-10 15:47:30
HermiteE.has_sametype()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

HermiteE.has_sametype(other)

2025-01-10 15:47:30
numpy.ogrid
  • References/Python/NumPy/Routines/Indexing routines

numpy.ogrid = nd_grid instance which returns an open multi-dimensional ?meshgrid?. An instance of numpy

2025-01-10 15:47:30
numpy.is_busday()
  • References/Python/NumPy/Routines/Datetime Support Functions

numpy.is_busday(dates, weekmask='1111100', holidays=None, busdaycal=None, out=None) Calculates which of the given dates are

2025-01-10 15:47:30
numpy.asfortranarray()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.asfortranarray(a, dtype=None)

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

MaskedArray.squeeze(axis=None)

2025-01-10 15:47:30
numpy.matlib.empty()
  • References/Python/NumPy/Routines/Matrix library

numpy.matlib.empty(shape, dtype=None, order='C')

2025-01-10 15:47:30