How to implement comprehensions using NumPy arrays?

前端 未结 0 1995
野性不改
野性不改 2021-02-03 22:42

I have two tuples of NumPy arrays. One tuple is a permutation of the other:

t = (np.identity(2), np.identity(3),)
s = (np.identity(3), np.identity(2),)

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