Statistik
RANG
194.949
of 301.379
REPUTATION
0
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.244
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.273
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER 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...
etwa 15 Jahre vor | 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...
etwa 15 Jahre vor | 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...
etwa 15 Jahre vor | 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...
etwa 15 Jahre vor | 0
Frage
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...
etwa 15 Jahre vor | 8 Antworten | 0
