I implemented a C# program that test LAPACKE_zgesvxx function.
The example works with x64 platform but fail with x86 platform, return info=-7 error!
I suppose there are difference in function declaration, but I don't know where, and how to solve it.
I did many changes in the declaration part, but with 25 parameters became quite difficult to find the solution.
any ideas?
I Attach the example code and the data files used to test.
Thank you
Gianluca