MATLAB: Mex function linking to BLAS

blaslapackmexfunction

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

Best Answer

Hi,
take a look at the blas.h and lapack.h files in the extern\include subfolder of your MATLAB installation.