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