mex function linking to BLAS
2 ビュー (過去 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!