The documentation reads the following names for these routines (C interface): LAPACKE_mkl_?tppack and LAPACKE_mkl_?tpunpack. However, these names are not defined in the mkl_lapacke.h header file. Instead, LAPACKE_?tppack and LAPACKE_?tpunpack (with no mkl) are defined. If I use these names I get an "unresolved external" error on linking. Manual modification of the aforementioned header file solves the problem. I suggest this header file be fixed accordingly.
↧