我什麼時候應該使用@vectorize? 我嘗試了@jit並顯示下面的程式碼部分, from numba import jit @jit def kma(g,temp): k=np.exp(-(g+np.abs(g))/(2*temp)) return k
確定! 回上一頁