- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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:
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
