Learn Before
Concept

Universal Function Object Methods

In the Ufunc object, there are only 4 methods:

  • Reduce

  • Accumulate

  • Reduceat

  • outer

However, these methods will only work on ufuncs that take two input arguments and return one output argument.

0

1

Updated 2021-03-20

Tags

Python Programming Language

Data Science