Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

LAPACKE_slasrt function listed in documentation not found

John_R_4
Beginner
187 Views

I am attempting to use the C interface for the slasrt function. The pdf and online documentation both state I should use LAPACKE_slasrt but the compiler fails to find it (I am using the single dynamic link library) and grepping the include files shows no such function. mkl_lapack.h contains slasrt with an additional MKL_INT * info input parameter, and I expect I can go ahead and use that, but I don't want to use functions not part of the documentation because they are allowed to change. Why is LAPACKE_slasrt is missing - is the documention wrong or is something wrong with the include files?

Also, I am new to MKL, is this sort of discrepancy common? Where else might I expect it?

Here is the online documentation:

http://software.intel.com/sites/products/documentation/hpc/mkl/mklman/index.htm#GUID-F1C6E83E-430A-49B5-BF52-0380A2D542C6.htm

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
187 Views
Thanks for the issue. This is the problem with include file. As a temporarily work around of this problem, you can add the API of that function to the mkl_lapacke.h header file. in the case if you need our assistance in that - please let us know - we will give you updated mkl_lapacke.h file. --Gennady
0 Kudos
Reply