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

Missing documentation for ?trnlspbc procedures in MKL 2025.1.0?

Stijn_Schildermans
332 Views

I noticed that the documentation of all ?trnlspbc_* procedures has been removed for MKL version 2025.1.0. However, my code still compiles fine using these procedures (in particular dtrnlspbc_init, dtrnlspbc_solve and dtrnlspbc_delete). I currently fall back on the documentation from 2025.0 (which BTW also contains an error: handle is of type HANDLE_TR and not INTEGER*8).

I checked the release notes and they do not mention anything about the procedures I am referring to. Is this a simple oversight or will these procedures be removed in the future?

0 Kudos
1 Solution
3 Replies
Stijn_Schildermans
191 Views

It seems the main issue has been fixed. I can indeed find the routines in the new documentation now, whereas I could not before.

 

The type of handle is still erroneous though.

0 Kudos
Fengrui
Moderator
125 Views
0 Kudos
Reply