Statistics
RANK
194,948
of 301,360
REPUTATION
0
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,241
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,151
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
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...
15 years ago | 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...
15 years ago | 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...
15 years ago | 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...
15 years ago | 0
Question
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 ago | 8 answers | 0
