photo

Henry


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

1 질문
4 답변

순위
194,948
of 301,370

평판
0

참여
1 질문
4 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,243

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,217

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 답변 수: 8 | 0

8

답변