Mikkel Paltorp
Mikkel Paltorp
Ahh, I did not realize that it was only part of the legacy API - and that it was not even supported then. Thats a shame. Thanks for investigating! I...
Tests fail on 1.6 as we compare the against results from SparseArrays which did not support `Float32` and `ComplexF32` on 1.6. We could either stop testing on 1.6 and move...
FWIW the package would still be compatible with older version - it would just be the MKLPardiso tests for Float32/ComplexF32 that would fail. But I agree that it would probably...
The error was not in the MKL_jll version, but rather that the hermitian positive tests where quite ill-conditioned (I still don't understand why this was only caught on 1.6 -...
That does seem to work! Thanks 👍
Hmm, I get different termination statuses on 0.7.1 depending on the chosen BLAS for the PSD constraints (`NumericalError` using accelerate, `InsufficientProgress` using openblas). On 0.9 I get `AlmostPrimalInfeasible` for both...
This might actually be related to #120 . Using the infeasibility checks from the preprint (it seems as they were not implemented in the code) this problem seem to be...
As I noted in the post it does actually look like it is there for MKL ([see iparm[27]](https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2025-0/pardiso-iparm-parameter.html). For Panua I its iparm[29], but I am pretty sure that for...
I've linked to the C-library documentation. I guess the difference is just between Fortran and C indexing?
Super. I will have a look tomorrow when I have access to a computer with an Intel CPU.