-
-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Labels
Description
JavaCPP presets 1.5.9 are missing MKL LAPACK norm operations: slansb, dlansb, slangb, dlangb, slantb, dlantb (maybe others too, I'll report if I encounter such cases).
These are standard LAPACK functions, and are listed in both LAPACK and MKL documentation, such as:
https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-fortran/2023-0/langb.html
I couldn't find them listed in JavaCPP MKL preset source, so I'm not sure whether they are missing for a specific reason, or is it purely by chance. BTW, I used them in my C code, they are in MKL headers, and they work as expected in MKL...