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

Legendre.cutdeg(deg)

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

RandomState.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn

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
numpy.core.defchararray.translate()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.translate(a, table, deletechars=None)

2025-01-10 15:47:30
numpy.random.set_state()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.set_state(state) Set the internal state of the generator from a tuple. For use if one has reason

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

numpy.ma.choose(indices, choices, out=None, mode='raise')

2025-01-10 15:47:30
numpy.core.records.fromrecords()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.records.fromrecords(recList, dtype=None, shape=None, formats=None, names=None, titles=None, aligned=False, byteorder=None)

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

numpy.linalg.eigvalsh(a, UPLO='L')

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

Hermite.mapparms()

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

ndarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to

2025-01-10 15:47:30