Where can I find a library to solve a sparse complex matrix equation iteratively in C. So far I've only found libraries for direct solution to complex systems, and libraries for iterative solutions to real systems, but no solvers for iterative solutions to complex systems
Tell me more
×
Computational Science Stack Exchange is a question and answer site for
scientists using computers to solve scientific problems. It's 100% free, no registration required.
|
|
PETSc (http://www.mcs.anl.gov/petsc) But you have to build PETSc specifically for solving complex systems. Have a look at installation instructions for complex version: http://www.mcs.anl.gov/petsc/documentation/installation.html |
|||
|
|