-
-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Labels
Description
I wanted to use cblas_saxpby and cblas_daxpby, but they are unavailable in JavaCPP's MKL presets.
I found out that they are explicitly excluded, by the following line:
.put(new Info("cblas_caxpby", "cblas_daxpby", "cblas_saxpby", "cblas_zaxpby", "mklfreetls", "MKLFREETLS", "MKLFreeTls", |
Is this intentional, or just for compatibility with other BLAS/LAPACK implementations such as openblas? Can they be included in the next release?
There might be more useful MKL methods that are missing, but these two are what I had use for...