NumPy ufunc

原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12247644.html

 

ufunc

A universal function (or ufunc for short) is a function that operates on ndarrays in an element-by-element fashion, supporting array broadcasting, type casting, and several other standard features.

 

Reference

Python for Data Analysis Second Edition

https://docs.scipy.org/doc/numpy/reference/ufuncs.html#methods

posted @ 2020-02-01 10:09  李白与酒  阅读(284)  评论(0编辑  收藏  举报