Feeds
已回答
Complex matrix inversion using LAPACK in MEX
I think there might be a bug in the subroutine. "zgetrf" will change the value of "zin". Hence, using "zin" as an input to "zegt...
Complex matrix inversion using LAPACK in MEX
I think there might be a bug in the subroutine. "zgetrf" will change the value of "zin". Hence, using "zin" as an input to "zegt...
15 years 前 | 0
已回答
Complex matrix inversion using LAPACK in MEX
Thanks James. I tried the code and I encountered a strange bug. If I included the two mexPrintf messages (see the code below), t...
Complex matrix inversion using LAPACK in MEX
Thanks James. I tried the code and I encountered a strange bug. If I included the two mexPrintf messages (see the code below), t...
15 years 前 | 0
已回答
Complex matrix inversion using LAPACK in MEX
Thank you, Jan. I will look into it more carefully to find the bug. The program worked fine when I used mexCallMatlab to call Ma...
Complex matrix inversion using LAPACK in MEX
Thank you, Jan. I will look into it more carefully to find the bug. The program worked fine when I used mexCallMatlab to call Ma...
15 years 前 | 0
已回答
Complex matrix inversion using LAPACK in MEX
Dear Jan, Thanks so much for the tips. Yes, it solved the crash problem that I encountered. However, as I tried a more compli...
Complex matrix inversion using LAPACK in MEX
Dear Jan, Thanks so much for the tips. Yes, it solved the crash problem that I encountered. However, as I tried a more compli...
15 years 前 | 0
提问
Complex matrix inversion using LAPACK in MEX
Hi, I am trying to speed up my matrix inversion by writing a routine in Mex that calls the zgetri function in LAPACK library dir...
15 years 前 | 8 个回答 | 0
