mex function linking to BLAS
조회 수: 3 (최근 30일)
이전 댓글 표시
hi gurus, i want to link a C mexfunction to the matlab version of BLAS, libmwblas, and also to lapack. where can i find the appropriate signatures (integer types, etc.) required to call the various routines? thanks in advance.
-dh
댓글 수: 1
James Tursa
2014년 3월 3일
What version of MATLAB are you using? Early versions of the BLAS header files had some of the signatures incorrectly.
채택된 답변
Friedrich
2014년 2월 27일
Hi,
take a look at the blas.h and lapack.h files in the extern\include subfolder of your MATLAB installation.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!