CPPLapack Code
Status: Beta
Brought to you by:
yonishi
--- a/trunk/include/cpplapack.h +++ b/trunk/include/cpplapack.h @@ -15,8 +15,13 @@ #include <string> #ifdef _MSC_VER +#ifdef __ICL +#include "prototype/mkl_lapack.h" +#else #include "prototype/VC++.h" +#endif//__ICL #endif//_MSC_VER + #include "prototype/dblas.h" #include "prototype/zblas.h"