I have been using MKL in composer 2013. Especially, pardiso and preconditioned conjugate gradient solver with CSR format to solve symmetric matrices
I wonder that using full element CSR format is much faster than having half CSR format.
Also, there is a example with jacobi precondition CG in MKL folder.
Are there another preconditioned CG examples?