I want to solve complex linear system and want to use iterative solver(connjugate gradient) for it. I have very big sparse matrices, but I could not able to find iterative complex solver in MKL. May be i am not looking properly. If intel does have iterative solvers for complex matrices, can you provide me an example code for this or some hints to use the iterative solver for complex matrices .
Link Copied
MKL doesn't support iterative solver for complex matrices at this moment
why not try PARDISO?
For more complete information about compiler optimizations, see our Optimization Notice.