Using Visual Studio 2008, C++, Windows 7, 64 bit.
Want to use LAPACKE_zgesv to solve systems of equations
Have calculated relevant matrices in C++ using (standard) complex
Need to convert these to MKL_Complex16 in order to use zgesv, then convert back afterwards.
Have tried a fewguesses that seemed reasonable, but no luck. The official example for zgesv just loads complex constants and does not do variable type conversions, so it doesn't help.
Help! I'm stuck once again. New user blues.
Paul Margosian