Indexing routines
  • References/Python/NumPy/Routines

See also

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

numpy.promote_types(type1, type2) Returns the data type with the smallest size and smallest scalar kind to which both type1

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

numpy.ma.copy(self, *args, **params) a.copy(order='C') = Return a copy of the array.

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

numpy.ma.make_mask_descr(ndtype)

2025-01-10 15:47:30
numpy.polynomial.hermite.Hermite()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

class numpy.polynomial.hermite.Hermite(coef, domain=None, window=None)

2025-01-10 15:47:30
numpy.fft.rfft2()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.rfft2(a, s=None, axes=(-2, -1), norm=None)

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

class numpy.MachAr(float_conv=, int_conv=, float_to_float=, float_to_str= at 0x49c2ce2c>, title='Python floating point number')

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

numpy.transpose(a, axes=None)

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

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

2025-01-10 15:47:30
numpy.polynomial.laguerre.lagval()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

numpy.polynomial.laguerre.lagval(x, c, tensor=True)

2025-01-10 15:47:30