Are functions in libmwblas and libmwlapack thread safe?
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!