My company sells Igor Pro, a scientific graphing and numerical analysis program. It runs under Windows 98/Me/2000/XP and Macintosh.
I want to be able to make use of MKL optional in case Windows customers are using hardware that's not appropriate (is that, in fact, a problem?). I have successfully linked to LAPACK routines using LoadLibrary to load mkl_lapack64.dll and mkl_lapack32.dll, plus GetProcAddress. I call LAPACK routines through function pointers.
Now I want to try out the dft routines, but I can't get function pointers. It appears that the routines exported by the MKL dll's do not correspond exactly to the documented routines. What can I do?
Thanks, John Weeks
Run-time linking MKL
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.



