Applying generic binary operator over numpy arrays

前端 未结 0 648
清酒与你
清酒与你 2021-01-21 05:35

Say I defined:

   def _op(x, y):
        ...

I have two numpy arrays and I want to apply _op element wise.

Is there a quick w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题