NPY_SIZEOF_SHORT
  • References/Python/NumPy/NumPy C-API

When NumPy is built, information about system configuration is recorded, and is made available for extension modules using Numpy?s C API. These are mostly defined in numpyconfig.h (included

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

Laguerre.deriv(m=1)

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

numpy.random.wald(mean, scale, size=None) Draw samples from a Wald, or inverse Gaussian, distribution. As the scale

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

See also

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.delete()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.delete(arr, obj, axis=None)

2025-01-10 15:47:30
numpy.mod()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.mod(x1, x2[, out]) = Return element-wise remainder of division. Computes the remainder complementary to the

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

numpy.obj2sctype(rep, default=None)

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

numpy.ma.compress_rows(a)

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

numpy.ma.masked_equal(x, value, copy=True)

2025-01-10 15:47:30