我知道可以用vectorize而不要用for迴圈算矩陣
但我還是想學會用jit讓迴圈加速的方法
@jit的問題卡了好久一直沒辦法解決
希望有人可以幫忙
http://i.imgur.com/sTaubOy.jpg
http://i.imgur.com/UP3YSVR.jpg
http://i.imgur.com/UTq3MZN.jpg
如果拔掉jit的話可以正常執行
感覺問題就是出在這行
Invalid use of Function(<built-in function setitem>) with argument(s) of type(s)
貼到google上面還是找不到答案
不知道我的p、theta、lamda的type是有出了什麼問題
求解