Re: [Tutor] About cholesky funtion

2006-08-30 Thread Kent Johnson
李 建强 wrote: > Hi, > In my procedure, I use the cholesky(a) function in the scipy.linalg.decomp > model. I may be wrong, but I don't think we have any SciPy experts on this list. You'll probably do better on the SciPy users mailing list: http://www.scipy.org/Mailing_Lists Kent _

[Tutor] About cholesky funtion

2006-08-29 Thread 李 建强
Hi, In my procedure, I use the cholesky(a) function in the scipy.linalg.decomp model. If the max number of row and column in matrix a is less equal 15, cholesky(a) is OK. But when the max number is larger than 15, there will have a error message: “File "C:\Python24\Lib\site-packages\scipy\linal