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/in...



