MaskedArray.flatten()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.flatten(order='C')

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

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

2025-01-10 15:47:30
numpy.linalg.pinv()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.pinv(a, rcond=1e-15)

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

numpy.ma.identity(n, dtype=None) = Return the identity array. The identity array is a square array with ones on the main

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
numpy.linalg.norm()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.norm(x, ord=None, axis=None, keepdims=False)

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

classmethod HermiteE.cast(series, domain=None, window=None)

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

numpy.polynomial.hermite.hermval3d(x, y, z, c)

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

chararray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast

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

Legendre.copy()

2025-01-10 15:47:30