Are functions in libmwblas and libmwlapack thread safe?
1 次查看(过去 30 天)
显示 更早的评论
I saw that Matlab exposes BLAS/LAPACK functions through libmwblas and libmwlapack. I am calling these functions from a mex function. I would like to know if the functions in these libraries are thread safe, so OK to call from inside an OpenMP parallel region (I know that matlab mex...() / mx...() functions are not).
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!