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!