What is the faster way to find the maximum along axis on a symetrical matrix in numpy

后端 未结 0 1807
予麋鹿
予麋鹿 2020-11-22 01:39

Suppose I have a symetrical numpy array as follows:

import numpy as np

N = 10000
b = np.random.random_integers(-2000,2         


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