Files
armadillo-code/mex_interface/README.txt
T
2020-10-20 18:40:30 +10:00

9 lines
262 B
Plaintext

IMPORTANT!
----------
All mex objects need to be linked _statically_ with BLAS and LAPACK
(or high-performance versions such as OpenBLAS)
in order to work correctly with Matlab.
See "armaMex_documentation.pdf" and "armaMex_demo.cpp" for example usage.