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