numpy.cos()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.cos(x[, out]) = Cosine element-wise.

2025-01-10 15:47:30
Functional programming
  • References/Python/NumPy/Routines

apply_along_axis(func1d, axis, arr, *args, ...) Apply a function to 1-D slices along the given axis. apply_over_axes(func, a, axes) Apply a function repeatedly over multiple axes. vectorize(pyfunc[, otypes, doc, excluded, cache]) Generalized function class. frompyfunc(func, nin, nout) Takes an arbitrary Python function and returns a Numpy ufunc. piecewise(x, condlist, funclist, *args, **kw) Evaluate a piecewise-defined function.

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

numpy.polynomial.hermite.hermvander2d(x, y, deg)

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

chararray.real The real part of the array. See

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

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

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

numpy.random.dirichlet(alpha, size=None) Draw samples from the Dirichlet distribution. Draw size

2025-01-10 15:47:30
numpy.polynomial.polynomial.polydomain
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

numpy.polynomial.polynomial.polydomain = array([-1, 1])

2025-01-10 15:47:30
numpy.lookfor()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.lookfor(what, module=None, import_modules=True, regenerate=False, output=None)

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

class numpy.busdaycalendar

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

numpy.polynomial.polynomial.polyvander3d(x, y, z, deg)

2025-01-10 15:47:30