So why is the NumPy transpose .T faster than np.transpose()? b = np.arange(10) ... .transpose would be better?
確定! 回上一頁