On 5/21/2013 3:12 AM, Vincent wrote:
> Any suggestions on what might cause this error? Does matlab link to a proprietary blas/lapack library?
>
Matlab uses mkl
EDU>> version -lapack
ans =
Intel(R) Math Kernel Library Version 10.3.11 Product Build 20120606 for 32-bit applications
Linear Algebra PACKage Version 3.4.1
see also:
http://en.wikipedia.org/wiki/Math_Kernel_Library
"Intel's Math Kernel Library (MKL) is a library of optimized
math routines for science, engineering, and financial applications.
Core math functions include BLAS, LAPACK, ScaLAPACK, sparse solvers,
fast Fourier transforms, and vector math."
--Nasser