函數式程式設計#

apply_along_axis(func1d, axis, arr, *args, ...)

沿著給定軸將函數應用於 1-D 切片。

apply_over_axes(func, a, axes)

在多個軸上重複應用函數。

vectorize([pyfunc, otypes, doc, excluded, ...])

傳回一個行為類似 pyfunc 的物件,但接受陣列作為輸入。

frompyfunc(func, /, nin, nout, *[, identity])

接受任意 Python 函數並傳回 NumPy ufunc。

piecewise(x, condlist, funclist, *args, **kw)

評估分段定義的函數。